@extends('adminlte::page') @section('title', 'Club Tour') @section('content_header') @stop @section('content')

Club Tour

List Of Club Tour Pages

Total No. of Club Tour Pages: 0

@if(isset($club_tour)) @foreach($club_tour as $value) @if ($value['status'] == 1) @else @endif @endforeach @endif
ID Page Title Page Link Image Updated At Status Actions
{{$value['id']}} {{$value['page_title']}} {{$value['link']}} @if($value['image']) @foreach($images as $image) image @endforeach @endif {{ \Carbon\Carbon::parse($value['updated_at'])->format('d/m/Y') }} Active Inactive
        
ID Page Title Page Link Image Updated At Status Actions
{{-- --}}
@stop @section('js') @include('admin.club-tour.scripts.index') @stop