@extends('admin.layouts.app') @section('title', 'Universities Management') @section('content')
| Logo | Name | Address | Contact | Actions |
|---|---|---|---|---|
|
@if($university->logo)
|
{{ $university->name }} | {{ Str::limit($university->address, 50) }} |
@if($university->phone)
{{ $university->phone }}
@endif
@if($university->email)
{{ $university->email }}
@endif
|