@extends('layouts.app') @section('content')
@if(Auth::user()->rule!=3 && Auth::user()->rule!=4) @endif @foreach($faculties as $item)

{{$item->name}}

{{$item->dean}}

    @if(Auth::user()->rule!=3 && Auth::user()->rule!=4)
  • @endif
@endforeach @if(count($faculties)<=0)
დაამატეთ ფაკულტეტი
@endif
{{--ფაკულტეტის დამატება--}} {{-- პროგრამების მოდალი --}} @push('custom-scripts') @endpush @endsection