@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.customers.customers.add-title') }} @stop @section('content')
@csrf()
@{{ errors.first('first_name') }}
@{{ errors.first('last_name') }}
@{{ errors.first('email') }}
@{{ errors.first('date_of_birth') }}
@{{ errors.first('phone') }}
@stop