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

Create

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