@extends('layouts.app') @section('title', 'Edit Customer') @section('breadcrumbs') @endsection @section('content')

Edit Customer

Update customer information

@csrf @method('PUT')
Cancel
@endsection