@extends('admin.layouts.layout') @section('content')
Id | Name | Country | State | City | Blocked Country | Created_at | Action | |
---|---|---|---|---|---|---|---|---|
{{ !empty($university->id) ? $university->id : '' }} | {{ !empty($university->university_name) ? $university->university_name : '' }} | {{ !empty($university->email) ? $university->email : '' }} | {{ !empty($university->country) ? $university->country : '' }} | {{ !empty($university->state) ? $university->state : '' }} | {{ !empty($university->city) ? $university->city : '' }} | {{ !empty($university->blocked_country) ? $university->blocked_country : '' }} | {{ !empty($university->created_at) ? date('d-M-Y', strtotime($university->created_at)) : '' }} | Edit Delete |