@include('admin.layouts.navbar')

Institute

@if(Session::has('error'))

{{ Session::get('error') }}

@endif @if(Session::has('success'))

{{ Session::get('success') }}

@endif
@foreach ($institutes as $index=>$item) @endforeach
# Guid Country Name Code Type Link Action
{{ $index+1 }} {{ $item->guid }} {{ $item->country->name }} {{ $item->name }} {{ $item->code }} {{ $item->type->type }} {{ $item->link }} Edit view Delete
@include('admin.layouts.footer')