@include('header')
Customer Information

Customer

@csrf @method('PUT') {{-- Laravel will detect this as an update request --}}
@include('footer')