@extends('layouts.admin') @section('title','Create New Admin') @section('content') @include('includes.page_header',['title'=>'Create Admin','url'=>route('admin.admins.index'),'icon' => 'pe-7s-user'])
@csrf
@endsection