@php use App\Library\Tool; @endphp @extends('layouts/contentLayoutMaster') @section('title', __('locale.sub_accounts.add_new')) @section('vendor-style') @endsection @section('content')

{{ __('locale.sub_accounts.add_new') }}

@csrf
@error('email')
{{ $message }}
@enderror
@error('first_name')
{{ $message }}
@enderror
@error('last_name')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection @section('vendor-script') @endsection @section('page-script') @endsection