@extends('layouts.admin') @section('title', 'Add Service') @section('content')
Back to Services
Add Service
@csrf
@error('title'){{ $message }}@enderror
Button
Settings
Cancel
@endsection