@extends('frontend.da.layouts.master') @section('content')

{!! $page->name_da !!}

@if ($page->menu_image) تصویر صفحه @endif

@if ($page->description_da) {!! $page->description_da !!} @endif

@forelse ($page->contents as $content) @empty

هیچ مطلبی در حال حاضر موجود نیست.

@endforelse
@if ($contents->hasPages()) @endif
@endsection