@extends('admin.layout.app') @section('content')
@if(isset($service))
@csrf

Edit Services

Fav Icon
@if(isset($service->galleryImages) && count($service->galleryImages) > 0)

Service Images

Fav Icon
Upload
@php $i=1; @endphp @foreach($service->galleryImages as $img)
@endforeach
@else

Service Images

@endif

Service Content Section

Add Benefits

@endif
@endsection @section('script') @endsection