@extends('adminlte::page') @section('title', 'Travel Guide Country') @section('content_header')
@stop @section('content')| Code | Country | Slug | Status | Action | Most Visited | Sections | Add More Pages |
|---|---|---|---|---|---|---|---|
| {{$blg->letter_code}} | {{$blg->name}} | {{$blg->slug}} | {{($blg->status =='Y')?'Active':'Deactive'}} | is_most_visited == 1 ? 'checked' : '' }}> | Overview Best Time To Visit @if(!empty($blg->dynamicpages)) @foreach($blg->dynamicpages as $key=>$value) {{$value->name}} @endforeach @endif | Add More |