@extends('layouts.admin') @section('content')
@if(session('success')) @endif

Edit Customer

@csrf @method('PATCH')
@endsection