@extends('layouts.app') @section('title', __('app.customers')) @section('content')
{{ __('app.edit') }} — {{ $customer->name }}
@method('PUT') @include('customers._form')
@endsection