PHP Classes

File: App/View/admin/dashboard.php

Recommend this page to a friend!
  Classes of Ahmed Saad   Simple PHP MVC Framework   App/View/admin/dashboard.php   Download  
File: App/View/admin/dashboard.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple PHP MVC Framework
Developing Web applications using the MVC pattern
Author: By
Last change:
Date: 2 years ago
Size: 184 bytes
 

Contents

Class file image Download
@extends( 'layouts.admin_master' )

@section( 'content' )
   
    <div class="panel panel-default">
        <div class="panel-body text-center">
            <h3>App Dashboard</h3>
        </div>
    </div>
   
@stop