@extends('theme.master') @section('title', 'Institute Detail') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else course @endif

{{ __('Institute')}}

@endif
@if($institute['image'] !== NULL && $institute['image'] !== '') {{ __('course')}} @else {{ __('course')}} @endif

{{ $institute ->title }}

{{ $institute ->mobile }}
{{ $institute ->email }}
{{ $institute ->address }}
@if($institute->status == '1') {{ __('Active') }} @else {{ __('Deactivate') }} @endif
@if($institute->verified == '1') {{ __('Verified') }} @else {{ __('Not verified') }} @endif