@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.help-list')}}

@endsection @section('content')
@foreach($data as $help) @endforeach
{{trans('labels.name')}} {{trans('labels.phone')}} {{trans('labels.email')}} {{trans('labels.action_by')}} {{trans('labels.status')}} {{trans('labels.action')}}
{{$help->name}} {{$help->phone}} {{$help->email}} {{$help->admin->name ?? '----'}} {{$help->statusLabel()}}
@endsection @section('script') @endsection