@extends('layouts.master') @section('metatitle', 'Dashboard') @section('content') @if(count($contents)>0) @foreach($contents as $content)

{{$content->title}}

@endforeach @endif @endsection @section('pagescript') @endsection