@extends('admin.layouts.app') @section('title', 'CMS') @section('section')

Services Form

Services Form

@csrf

Meta Section

Banner Section

Service Section

Offer Section

Add Services

@foreach($all_services as $key => $service) @endforeach
S.No Image Title Service Description Actions
{{($key + 1)}}
{{$service->title}} {!! $service->service !!} {!! $service->description !!}
@csrf @method('delete')
@endsection @section('script') @endsection