@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
{{--
Dashboard
--}}
@foreach ($page as $row) @endforeach
@endsection