@extends('layouts.app') @section('title', 'Add User') @push('css') @endpush @section('content')

Add New User

Personal Information

{{-- --}} {{-- --}}

License Information

Additional Information

{{ __('Add User') }}
@endsection {{-- custom js --}} @once @push('js') @endpush @endonce