@extends('layouts.admin.master') @section('title') {{ __('Universities') }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')
| {{ __('Name') }} | {{ __('University Type') }} | {{ __('Show In Home') }} | {{ __('Logo') }} | {{ __('Country') }} | {{ __('Language') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|
| {{ $university->name }} | {{ $university->university_type }} | {{ $university->show_in_home == 1 ? __('Yes') : __('No') }} |
|
{{ $university->country->name }} | {{ $university->language->name }} | {{ $university->status == 'active' ? 'Activated' : 'Not Activated' }} |