@extends('layout.layout') @section('content')
{{-- title1 cheack edit or add --}}
Home /
@if ($action == 'edit') Edit Admin User @else Add New Admin User @endif
Back
{{-- title2 cheack edit or add --}}
@if ($action == 'edit') Edit Admin User @else Add New Admin User @endif
{{-- route cheacking --}}
@csrf
{{-- name and email Row --}}
Name
*
Email
Pin
*
id) @endif>
@if ($action == 'edit') Reset @else Generate @endif
Access
Dashboard
Access
Client Management
Exercise Library
Session
Financial
Communication
Statistics
{{-- Submint Button --}}
Submit
@endsection