i wanna make my dashboard
i have something like this
resources\views\layouts\admin-panel.blade.php
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