@extends('layouts.master') @section('css') @section('title') الاقسام @stop @endsection @section('page-header') @endsection @section('content') @if ($errors->any())
@endif @if (session()->has('Add')) @endif @if (session()->has('delete')) @endif @if (session()->has('edit')) @endif
@can('اضافة قسم') اضافة قسم @endcan
@foreach ($sections as $x) @endforeach
# اسم القسم الوصف العمليات
{{ $i }} {{ $x->section_name }} {{ $x->description }} @can('تعديل قسم') @endcan @can('حذف قسم') @endcan
@endsection @section('js') @endsection