@extends('layouts.app') @section('title', 'Edit Customer: ' . $posCustomer->name) @section('content')
Back to Customer

Edit Customer

@csrf @method('PUT')

Phone number cannot be changed

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('address')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

@enderror
Cancel
@endsection