@extends('layouts.admin.master') @section('title')User {{ $title }} @endsection @push('css') @endpush @section('content')
@if(base64_decode(request()->get('action'))=='edit')
@endif
@php $count = 0 @endphp @foreach($pages as $key=>$page) @php $count++; @endphp @endforeach
Administrator Access
{{$page["name"]}}
@push('scripts') @if($data ?? '') @endif @if(Session()->has('Response')) @endif @if($errors->has('name')) @endif @if($errors->has('startDate')) @endif @if($errors->has('alias')) @endif @endpush @endsection