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

Edit Services

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