@extends('admin.layouts.app') @section('title', '| Mass Push') @section('mass-push', 'active') @section('search_url', route('admin.mass-push')) @section('search_text', app('request')->input('search')) @section('show_search_bar', true) @section('content') @session('success') @endsession

Mass Push

@if ($massPushes->count() < 1) @else @foreach ($massPushes as $massPush) @endforeach @endif
Title Description Status Delivered On
No mass push found
{{ $massPush->title }} {{ $massPush->description }} Delivered {{ \Carbon\Carbon::parse($massPush->created_at)->format('d F Y') }}
@if (!$search)
{{ $massPushes->links() }}
@endif
@endsection