@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Edit Services')}} @endsection @section('content')

{{__('Edit Service')}}

{{__('All Services')}}
@csrf
@php $service_section_img = get_attachment_image_by_id($service->img_icon,null,true); $image_btn_label = __('Upload Image Icon'); @endphp @if (!empty($service_section_img))
@php $image_btn_label = __('Update Image Icon'); @endphp @endif
{{__('Recommended image size 60x60')}}
{!! $service->description !!}
{{__('it will show in home pages service item short details.')}}
{{__('if you set order for it, all service will show in frontend as a per this order')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection