@extends('layout.main') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

الدور

الاداره

الصلاحية

{{--
@endforeach {{-- --}}
{{--
{!! $dataTable->table(['class' => 'table table-bordered table-hover dataTable']) !!}
--}}
@endsection {{-- @push('scripts') {{ $dataTable->scripts() }} @endpush --}}