@extends('admin.layouts.app') @push('title') Organizations @endpush @push('banner') @endpush @section('content') @include('admin.layouts.include.message')

Organizations

{{--
--}}
@if ($organizations->isNotEmpty()) @foreach ($organizations as $organization) {{-- Office / Institute column --}} @endforeach
# Name Short Name Office / Institute Approved Action
{{ $loop->iteration }} {{ $organization->name }} {{ $organization->short_name }} @if ($organization->office == 1) Office @elseif ($organization->institude == 1) Institute @else N/A @endif @if ($organization->is_approved == 1) Approved @else @endif {{-- @if ($organization->is_approved == 1) --}} Merge {{-- @endif --}}
@else @endif
@endsection @section('customJs') @endsection