@extends('admin.layouts.full') @section('title', 'Pages et catégories') @section('header') @include('admin.partials.breadcrumb') @endsection @section('content')
Ajouter @if($pages) {{ Form::select('page_category_id', $categories, session()->get('page_category_id'), ['class' => 'form-control header-select']) }} @endif
@if($pages)| ID | Nom | Type de page | Catégorie(s) | Dates |
|---|
Aucune page/catégorie pour le moment
@endif @endsection