@extends('backend.layout.master') @section('title', __('All Admins')) @section('style') @endsection @section('content')

{{ __('Add New Admin') }}

{{ __('All Admins') }}
@csrf
@endsection @section('script') @endsection