@extends('layouts.admin') @section('page', 'Show Date Manager') @section('content')

Search

Show DatesAdd

@if(session('success')) @elseif(session('error')) @endif @if(!empty($dates->all())) @foreach($dates as $date) @endforeach @else @endif
# Title Date Action
{{ $date->id }} {{ $date->title }} {{ $date->date }}
No show dates found
@if(!empty($dates->all())) @endif
@endsection @section('javascript') @endsection