@extends('admin.admin') @section('content')

{{ __('edit_service') }}

{{ csrf_field() }}
{{ __('Service Information') }}
{{ __('Price') }}
{{ __('Location') }}
{{ __('Services Offered') }}
@foreach ($addservices as $service)
@if ($service->image) Service Image @else @endif
@endforeach
{{ __('seo_information') }}
{{ __('Images') }}
{{ __('recommended_logo_size') }}

{{ __('click_to_upload') }} {{ __('drag_and_drop') }}

{{ __('image_format') }}
{{ __('max_size', ['width' => 155, 'height' => 40]) }}
@foreach($productImages as $id => $image)
@endforeach

Logo & Favicon Content

Content for the Logo & Favicon tab.

Breadcrumb Image Content

Content for the Breadcrumb Image tab.

Maintenance Mode Content

Content for the Maintenance Mode tab.

@endsection