@extends('layouts.app') @section('title', 'Edit Customer') @section('content')
Back to Customers

Edit Customer

@csrf @method('PUT')
@endsection