@extends('layouts.head_office_app') @section('title', 'Case Manager') @section('sidebar') @include('layouts.company.sidebar') @endsection @section('sub-header') @endsection @section('content')

Filter by

|

|

Total: {{ $total }} cases

@if(!count($cases)) @if (request()->route()->getName() == 'case_manager.case_archives')

There are no archived cases

@else

There are no cases

@endif @endif
@include('head_office.case_manager.cases',['cases' => $cases])
{{--
{!! $cases->render('pagination::bootstrap-5') !!}
--}}
0

Items Selected

@if (request()->route()->getName() == 'case_manager.index') @endif @if (request()->route()->getName() == 'case_manager.index') @endif {{-- id='unarchive-btn' --}} @if (request()->route()->getName() == 'case_manager.index') @endif
{{-- Php for Modals --}} {{-- All the draggable Modals are here --}}
@csrf
{{-- data-token="{{csrf_token()}}" data-route="{{route('case_manager.archive_bulk')}}" --}}
@csrf
@csrf
@endsection @section('top_bar_search') @endsection @section('case_manager_tabs') @endsection @section('styles') @endsection @section('scripts') @if(Session::has('success')) @elseif(Session::has('error')) @endif @endsection