@extends('layouts.admin') @section('title', 'Edit Customer') @section('page-title', 'Edit Customer') @section('content')
@csrf @method('PUT')

Customer code: {{ $customer->customer_code }}

@error('full_name')

{{ $message }}

@enderror
Cancel
@endsection