@extends('layout.app') @section('title', __('customer_edit')) @section('content')
@csrf @method('put')
@include('customer.form')
@endsection