@extends('admin.layout') @section('title', 'Add Service') @section('page-title', 'Add New Service') @section('content')
@csrf
@error('title')

{{ $message }}

@enderror
@include('admin.partials.form-actions', ['submitText' => 'Create Service', 'cancelRoute' => route('admin.services.index')])
@endsection