@extends('layouts.app') @section('appjs') @endsection @section('content') @section('page_title') My Profiles @endsection
| Role | {{$singleuser->role}} |
| Mobile Number | +91 {{$singleuser->mobile_number}} |
| {{$singleuser->email}} |
| Add | View | Edit | Excel | Logs |
|---|---|---|---|---|
| @if($singleuser->p_create==1) @else @endif | @if($singleuser->p_view==1) @else @endif | @if($singleuser->p_update==1) @else @endif | @if($singleuser->p_excel==1) @else @endif | @if($singleuser->p_logs==1) @else @endif |