@extends('layout.master') @section('content')
{{ __('customer.create.accepted_file_types') }}
@if($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
@if($errors->has('last_name'))
{{ $errors->first('last_name') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{ __('customer.create.password_security_text') }}
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
type == 2)style="display: none;" @endif>
@if($errors->has('identity_number'))
{{ $errors->first('identity_number') }}
@endif
type == 1)style="display: none;" @endif>
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if($errors->has('tax_office'))
{{ $errors->first('tax_office') }}
@endif
@if($errors->has('tax_number'))
{{ $errors->first('tax_number') }}
@endif
@endsection @section('css') @endsection @section('js') @endsection