@extends('backend.admin-master') @section('site-title') {{__('Add New Admin')}} @endsection @section('style') @endsection @section('content')

{{__('New User')}}

{{__('All Admin')}}
@csrf
{{__('Remember this username, user will login using this username')}}
{{__('Recommended image size 200x200')}}
@endsection @include('backend.partials.media-upload.media-upload-markup') @section('script') @include('backend.partials.media-upload.media-js') @endsection