@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 @if ($errors->any()) @endif
{{-- name and email Row --}}
Name
*
Email
Pin
*
id) @endif>
@if ($action == 'edit') Reset @else Generate @endif
Access
dashboard == 'enable' ? 'checked' : '' }}/>
Dashboard
access == 'enable' ? 'checked' : '' }}/>
Access
client_management == 'enable' ? 'checked' : '' }}/>
Client Management
workout_library == 'enable' ? 'checked' : '' }}/>
Exercise Library
session == 'enable' ? 'checked' : '' }}/>
Session
financial == 'enable' ? 'checked' : '' }}/>
Financial
communication == 'enable' ? 'checked' : '' }}/>
Communication
statistics == 'enable' ? 'checked' : '' }}/>
Statistics
{{-- Submint Button --}}
Submit
@endsection