@extends('backend.partials.master') @section('title') {{ __('incharge.title') }} {{ __('levels.list') }} @endsection @section('maincontent')

{{ $hub->name }} {{ __('incharge.title') }}

@if( hasPermission('hub_incharge_create') == true )
@endif
@if( hasPermission('hub_incharge_update') == true || hasPermission('hub_incharge_delete') == true ) @endif @if(!blank($hubInCharges)) @php $i=1; @endphp @foreach($hubInCharges as $incharge) @if( hasPermission('hub_incharge_update') == true || hasPermission('hub_incharge_delete') == true ) @endif @endforeach @endif
{{ __('levels.id') }} {{ __('levels.user') }} {{ __('levels.phone') }} {{ __('levels.assigned_date') }} {{ __('levels.status') }}{{ __('levels.actions') }}
{{$i++}}
user
{{$incharge->user->name}}

{{$incharge->user->email}}

{{$incharge->user->mobile}} {{date('d M Y', strtotime($incharge->updated_at))}} {!! $incharge->my_status !!}
@endsection()