@extends('layouts.admin') @section('title', 'Edit Customer') @section('page-title', 'Edit Customer') @section('breadcrumbs') Customers chevron_right {{ $customer->name }} @endsection @section('content')
@csrf @method('PUT')

Basic Information

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Cancel
@endsection