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

Edit Customer

@csrf @method('PUT') @include('admin.customers._form')
@endsection