@extends('layout.master') @section('content')

Customers

@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('representative_name'))
{{ $errors->first('representative_name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('number'))
{{ $errors->first('number') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@endsection @push('scripts') @endpush