@extends('layouts.dashboard') @section('content')

{{$title}}

@if ($page->pic_1 != '') @endif
@if ($page->pic_3 != '') @endif
@foreach ($page->countryMenu as $v)
@if ($v->cm_type_id == 1) @elseif ($v->cm_type_id == 2) @endif
@endforeach
@if ($page->pic_2 != '') @endif
@stop @section('js') {{-- --}} @stop