@extends('../layout/' . layout()) @section('subhead') @translate(Campaigns Schedules) @endsection @section('css') @endsection @section('subcontent')

@translate(Campaigns Schedule List)

@forelse ($schedules as $schedule) @empty @endforelse
@translate(ICON) @translate(CAMPAING NAME) @translate(Schedule at) @translate(STATUS) @translate(CREATED) @translate(ACTIONS)
{{ $schedule->campaign->name }}
{{ $schedule->campaign->name }}
{!! Str::limit($schedule->campaign->description, 150) !!}
{{ $schedule->scheduled_at }}
{{ $schedule->status }}
{{ $schedule->created_at }}
@if ($schedule->status == 'PENDING') @else @endif
#campaign-not-found
Showing {{ $schedules->firstItem() ?? '0' }} to {{ $schedules->lastItem() ?? '0' }} of {{ $schedules->total() }} entries
{{ $schedules->links('vendor.pagination.custom') }}
{{-- caleneder --}}
{{-- CALENDER --}}
{{-- CALENDER --}}
{{-- caleneder::END --}} @endsection @section('script') @endsection