@extends('backend.layouts.app')
@section('page-title', trans('app.pages'))
@section('page-heading', trans('app.pages'))
@section('breadcrumbs')
@lang('app.pages')
@stop
@section('content')
@include('backend.partials.messages')
Title |
Href |
View |
@lang('app.action') |
@if (count($pages))
@foreach ($pages as $page)
@include('backend.pages.partials.row', ['base' => true])
@endforeach
@else
@lang('app.no_records_found') |
@endif
@stop
@section('scripts')
@stop