@extends('backend.layout.layout') @section ('content')

Service category Table

@if(session('status'))
{{session('status')}}
@endif
Add new Service category
@csrf
{{old('image')}} {{-- {{$service_category->title}} --}} img @error('image') {{ $message = $errors->first('image') }} @enderror
@error('title') {{ $message = $errors->first('title') }} @enderror
@error('heading') {{ $message = $errors->first('heading') }} @enderror
@error('description') {{ $message = $errors->first('description') }} @enderror
@endsection