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

Edit Services

@csrf
@error ('heading') {{$message}} @enderror
@error ('service_image') {{$message}} @enderror
Profile Preview
@error ('description') {{$message}} @enderror
status === 1 ? 'checked': ''}}>
@endsection @section('script') @endsection