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

{{__('New Admin')}}

@include('backend/partials/message') @include('backend/partials/error')
@csrf
{{__('Remember this username, user will login using this username')}}
@php $image = get_attachment_image_by_id(get_static_option('image'),null,true); $image_btn_label = __( 'Upload Image'); @endphp @if (!empty($image))
@php $image_btn_label = __('Change Image'); @endphp @endif
{{__('allowed image format: jpg,jpeg,png')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection