@extends('admin.layouts.master') @section('contents')

{{trans('Create New Admin')}}

@csrf @include('admin.admins.form')
@endsection