@extends('layouts.app') @section('content')

Edit Customer: {{ $customer->name }}

Update customer details and purchase information in the CRM database.

Back to List
@csrf @method('PUT')
@endsection