@extends('layout.app') @section('title') جميع مدراء المدارس @stop @section('css') @stop @section('content')

{{ __('جميع مدراء المدارس') }}

تصفية البيانات
@if (Auth::user()->user_name == 'admin')
@endif
{{ __('Name') }} {{ __('المدرسة') }} {{ __('Action') }}
@endsection @section('js') @stop