@extends('admin.layouts.master') @section('title','All Parent') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Parent') }} @endslot @slot('menu1') {{ __('Parent') }} @endslot @slot('button')
@endslot @endcomponent| # | {{ __('adminstaticword.Image') }} | {{ __('adminstaticword.Users') }} | {{ __('adminstaticword.Role') }} | {{ __('adminstaticword.Country') }} | {{ __('adminstaticword.Status') }} | {{ __('adminstaticword.Action') }} | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 {{ __('Are You Sure') }} ?{{ __('Do you really want to delete selected item names here? This process cannot be undone') }}. |
@if($image = @file_get_contents('../public/images/admin/parent/'.$user->user_img))
|
@else
|
@endif
{{ __('Name') }}: {{ ucfirst($user['fname']) }} {{ ucfirst($user['lname']) }} {{ __('Email') }}: {{ $user['email'] }} {{ __('Mobile') }}: @if(isset($user->mobile)) {{ $user->mobile }} @endif |
{{ ucfirst($user->role) }} | @if(isset($user->country)) {{ $user->country->nicename }} @endif |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} {{ucfirst($user->fname)}}?{{ __('This process cannot be undone.')}} {{ ucfirst($user->fname) }}
@if($image =
@file_get_contents('../public/images/admin/parent/'.$user->user_img))
{{ ucfirst($user->fname) }}{{ ucfirst($user->lname) }}
|