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

Travel Guide Country

Clear
@stop @section('content')
@foreach ($country as $blg) @endforeach
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
@section('css') @stop @section('js') @stop @stop