@extends('layouts.dashboard') @php use App\Models\HospitalitySector; @endphp @section('css') @endsection @section('sub-header') {{ $title }} @endsection @section('content')
{{-- @if(auth()->user()->can('create study info')) --}}
{{ __('Compare Between Two Studies') }} {{ __('Rooms') }} {{ __('Foods') }} {{ __('Gaming') }} {{ __('Meetings') }} {{ __('Others') }} {{ __('New') }}
{{-- --}} {{-- @endif --}}
@php $currentType = HospitalitySector::STUDY ; @endphp
@php $rowIndex = 0; @endphp {{-- --}} {{-- --}} {{-- --}} {{-- --}} @php $currentLoanTotalPerYear = []; @endphp @foreach ($models[$currentType] as $index=>$model)
{{--
--}} {{--
--}} {{-- @if(hasAuthFor('update lc settlement internal transfer')) --}} {{-- @endif --}} {{-- @if(hasAuthFor('delete lc settlement internal transfer')) --}} {{-- @endif --}} @endforeach
@endsection @section('js') @endsection @push('js') @endpush