@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',['title'=> __('Schedules')]) @endsection @section('content')
{{ __('Name') }} | {{ __('User') }} | {{ __('Device') }} | {{ __('Total Receivers') }} | {{ __('Status') }} | {{ __('Schedule Date') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ $schedulemessage->title }} | {{ Str::limit($schedulemessage->user->name ?? '',15) }} | {{ $schedulemessage->device->phone ?? '' }} | {{ number_format($schedulemessage->schedulecontacts_count) }} | {{ \Carbon\Carbon::parse($schedulemessage->date)->format('d-F-Y') }} |