@extends('layouts.app') @section('content')

Edit Customer

@if($errors->any())
@endif
@csrf @method('PUT')
@endsection