@extends('Frontend.partials.layout') @php $user = getUserDetails(); @endphp @section('styles') @endsection @section('content') {{-- Main Section --}}
{{-- analysis content header--}}

{{ __('action.add_user') }}

{{ brandName() }} {{trans('action.user')}}

{{-- \analysis content header--}} {{-- analysis content body --}}
@csrf
{{-- tabs --}} {{-- \tabs --}}
{{-- /analysis content body --}}
{{-- /Main Section --}} @endsection @section('scripts') {{-- @include('JSBlade.BJsblade') --}} @endsection