@extends('layouts.layout-horizontal') @section('title', 'Edit Customer') @section('css') @endsection @section('content')
Edit Customer
Back
@csrf @method('PUT') @include('customers._form', ['customer' => $customer])
@endsection