@extends('layouts.web-admin.main')
@section('page_title', 'Contents')
@section('page_action', 'List Data')
{{-- @section('menu_active_contents',' active ') --}}
@section('menu_active_contents',' active ')
@section('page_nav')
Contents
List Data
@stop
@section('page_style')
@stop
@section('content')
@include('layouts.web-admin.massage_block')
Total number of Contents : {{ $contents->total() }}
@if ($hasPermission["create-contents"])
@endif
@if ($hasPermission["edit-contents"])
@endif
@stop
@section('page_script')
{!! Html::script('js/functionjs.js') !!}
@stop