@extends('backend.layouts.master') @section('title') Add Service @endsection @section('main-content') @include('backend.layouts.notification')
Add
{{csrf_field()}}
@error('title') {{$message}} @enderror
@error('status') {{$message}} @enderror
@endsection