@extends('layouts.admin') @section('title') @lang('Add New User') @endsection @section('breadcrumb')

@lang('Add New User')

@lang('Back')
@endsection @section('content')
@include('admin.partials.form-both')
@csrf
@endsection @push('script') @endpush