@extends('admin.layout.master_layout') @section('title') لوحة التحكم @stop @section('css') @endsection @section('page-content')
@can('add_posts') @endcan
@can('view_all_posts')
@endcan
@include('admin.posts.table-data')
@include('admin.posts.sub.add') @include('admin.uploads.upload') @endsection @section('js') @stop