@extends("layouts.app") @section('title', 'Dashboard') @push('pre_css') @include('panel.inc.flatpicker.css') @endpush @push('css') @include('panel.inc.datatable.css') @endpush @section('content')
| Campaign | Command | Due Date | Note | |
|---|---|---|---|---|
| {{ $command->campaign->title }} | {{ $command->title }} | {{ $command->due_date ? $command->due_date->toDateString() : '-' }} | {!! nl2br($command->note) !!} | @if(\Gate::allows('campaigns-commands-assign-tech')) Assign Tech @endif @if(isUser([\App\User::TeamLead, \App\User::Tech])) @endif |
| No Commands are pending for technician assign! | ||||
No Commands Pending
No Records Found