@extends('admin.layouts.master') @section('title')

عرض الاقسام الرئيسية

@stop @section('content')
@if(ACL::can('create-'.$module)) إضافة @endif
@if (!$rows->isEmpty()) {!! Form::open(['url' => 'admin/'.$module.'/delete', 'method' => 'post','class'=>'form-horizontal style-form','enctype'=>'multipart/form-data'] ) !!}
@foreach ($rows as $row) @if(isset($row->published)) @endif @endforeach
رقم المسلسل الأسم مفعل? إجراءات
{{$row->id}} {{$row->title}} @if (@$row->published == 1) @else @endif @if(ACL::can('edit-'.$module)) @endif @if(ACL::can('delete-'.$module)) @endif
{!! Form::close() !!} @else {{trans("admin.There is no results")}} @endif
@stop @section('javascripts') @stop