@extends('layouts.admin') @section('title','Institutes') @section('breadcrumb')
| # | Name | Code | City | Phone | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($i->logo) |
{{ $i->code ?? '-' }} | {{ $i->city ?? '-' }} | {{ $i->phone ?? '-' }} | {{ $i->is_active ? 'Active':'Inactive' }} | |
| No institutes found. Add one | ||||||