@extends('layouts.dashboard') @section('header')

{{ __('Edit Customer: ') . $customer->name }}

@endsection @section('content')

Edit Customer Information

Update the customer details below.

@csrf @method('PUT')
@endsection