@extends('adminlte::page')
@section('title', 'MBP:: Gestion des pages statiques')
@section('content_header')
Pages statiques
@stop
@section('content')
Nom |
Friendly url |
Date |
|
|
@foreach( $pages as $page )
{{ $page->title }} |
{{ $page->friendlyurl }} |
{{ $page->created_at->format('d.m.Y H:i') }} |
|
|
@endforeach
@stop
@section('js')
@stop