@extends('backend.layouts.app') @section('breadcrumbs') @lang('adminLang.dates') @endsection @section('content')
@lang('adminLang.dates'): {{ $tour->name }} Dates
@if($records) @foreach ($records as $record) @endforeach @endif
# @lang('adminLang.status') @lang('adminLang.name') @lang('adminLang.start-date') @lang('adminLang.finish-date') @lang('adminLang.actions')
{{$record->id}} @if($record->status) @lang('adminLang.published') @else @lang('adminLang.unpublished') @endif {{$record->tour->name}} {{$record->start_date->format('d/m/y')}} {{$record->end_date->format('d/m/y')}} @lang('adminLang.edit') @lang('adminLang.delete')
@if(count($records) == 0)

@lang('adminLang.not-found')

@lang('adminLang.new') @endif
@endsection @push('css') @endpush @push('scripts') @endpush