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

Edit Customer

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