@extends('adminlte::page') @section('title', 'Travel Guide Cards') @section('content_header')

Travel Guide Cards

Add
@stop @section('content')
@foreach ($cluster as $blg) @endforeach
Title Tags Show On Home Show On Overview Status Action
@if(!empty($blg->image)) @endif {{$blg->title}} {{$blg->tag_names}} is_dashboard == 1 ? 'checked' : '' }}> is_overview == 1 ? 'checked' : '' }}> {{($blg->status)?'Active':'Deactive'}}      
@section('css') @stop @section('js') @stop @stop