lundi 24 avril 2017

laravel 5.4 make dashboard for admin

i wanna make my dashboard

i have something like this

resources\views\layouts\admin-panel.blade.php enter image description here

now i have this files: resources\views\admin\admin.blade.php and here code's

@extends('layouts.admin-panel')
@section('content')
  //empty for now
@endsection

and this file: resources\views\admin\page\info.blade.php

now i wanna when i click Info then my info.blade.php content load on blue section




Aucun commentaire:

Enregistrer un commentaire