@extends('admin.layouts.master') @section('title','All Course') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Course') }} @endslot @slot('menu1') {{ __('Course') }} @endslot @endcomponent
@if(isset($cat->user)) {{ ucfirst($cat->user['fname']) }} @endif
{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}}
{{ __('Do you really want to delete selected item ? This process cannot be undone') }}.
| Date Of Birth : | {{ $cat->user->dob }} |
|---|---|
| Address : | {{ ucfirst($cat->user->address)}} |
| Gender : | {{ ucfirst($cat->user->gender)}} |
| Email ID : | {{ $cat->user->email}} |
| Role : | {{ ucfirst($cat->user->role)}} |
| Country-State-City | {{ optional($cat->user->country)->name}}-{{ optional($cat->user->state)->name}}-{{ optional($cat->user->city)->name}} |
| Youtube Url | {{str_limit($cat->user->youtube_url, '30')}} |
| Facebook Url | {{str_limit($cat->user->fb_url, '30')}} |
| Twitter Url | {{str_limit($cat->user->twitter_url, '30')}} |
| Linkedin Url | {{str_limit($cat->user->linkedin_url, '30')}} |