@extends('layouts.admin-layout') @section('title') Edit Service @endsection @section('content')

Edit Service

Back
@csrf
@error('heading') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
Profile Preview
Profile Preview
@endsection @section('script') @endsection