@extends('master.app') @section('title', 'customer') @section('body')

Edit

@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@method('PUT') @csrf
@endsection @section('pageJs') @endsection