@extends('layouts.app') @section('title','Edit Customer') @section('content')

Edit Customer

@csrf @method('PUT')
Back
@endsection