@extends('layouts.admin') @section('title', 'Edit Customer') @section('content')
@csrf @method('PATCH')
@endsection