@extends('layouts.admin') @section('title', 'Add Customer') @section('page-title', 'Add Customer') @section('content')
@csrf
@error('full_name')

{{ $message }}

@enderror
Cancel
@endsection