@extends('backend.layouts.app') @section('content')
@if(sizeof($model)>0) @foreach($model as $m) @endforeach @endif
Sl Year Tour. Name Start End Reg Start Reg End Logo Action
{{ ++$sl }} {{ $m->year }} {{ $m->tour_name }} {{ $m->tour_start }} {{ $m->tour_end }} @if($m->registration_start != '0000-00-00 00:00:00') {{ date('Y-m-d h:i A', strtotime($m->registration_start)) }} @else - @endif @if($m->registration_start != '0000-00-00 00:00:00') {{ date('Y-m-d h:i A', strtotime($m->registration_end)) }} @else - @endif
@endsection @section('script') @endsection