@extends('backend.template') @section('content')

{{ label("Institutions List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) "> @endforeach
{{label("S No.")}} {{ label("Logo") }} {{ label("Title") }} {{ label("Institution Types") }} {{ label("Countries") }} {{ label("Contact No.") }} {{ label("Alias") }} {{ label("Action") }}
{{ $i++ }} {{ showImageThumb($item->logo) }} {{ $item->title }} {!! getFieldData("tbl_institutiontypes", "title", "institutiontype_id", $item->institutiontypes_id) !!} {!! getFieldData("tbl_countries", "title", "country_id", $item->countries_id) !!} {{ $item->address }} {{ $item->contact }}
{{ $item->alias }}
change alias
{{ showImageThumb($item->thumb) }}
@endsection @push("css") @endpush @push("js") @endpush