@extends('layouts.master') @section('title', 'Cases Center | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.law cases center')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.law cases center') }}
{{ __('basic.law new case') }} {{ __('basic.print') }} {{ __('basic.search filter') }}
{{ __('basic.law cases center') }}
{{ __('basic.from') }} {{ $date_from }} {{ __('basic.to') }} {{ $date_to }}

{{ __('basic.month law cases') }}

@if($month_order > $last_month_order) @elseif($month_order < $last_month_order) @endif {{ $month_order }}
{{ __('basic.law cases') }}
{{ $last_month_order }} {{ __('basic.last month') }}

{{ __('basic.in progress month law cases') }}

@if($month_inprogress_order > $last_month_inprogress_order) @elseif($month_inprogress_order < $last_month_inprogress_order) @endif {{ $month_inprogress_order }}
{{ __('basic.law cases') }}
{{ $last_month_inprogress_order }} {{ __('basic.last month') }}

{{ __('basic.done law cases month') }}

@if($month_order_delivered > $last_month_delivered) @elseif($month_order_delivered < $last_month_delivered) @endif {{ $month_order_delivered }}
{{ __('basic.law cases') }}
{{ $last_month_delivered }} {{ __('basic.last month') }}

{{ __('basic.canceled month law cases') }}

@if($month_order_canceled > $last_month_order_canceled) @elseif($month_order_canceled < $last_month_order_canceled) @endif {{ $month_order_canceled }}
{{ __('basic.law cases') }}
{{ $last_month_order_canceled }} {{ __('basic.last month') }}

{{ __('basic.postponed law cases month') }}

@if($month_order_refund > $last_month_order_refund) @elseif($month_order_refund < $last_month_order_refund) @endif {{ $month_order_refund }}
{{ __('basic.law cases') }}
{{ $last_month_order_refund }} {{ __('basic.last month') }}

{{ __('basic.law cases win') }}

@if($month_win > $last_month_win) @elseif($month_win < $last_month_win) @endif {{ $month_win }}
{{ __('basic.law cases') }}
{{ $last_month_win }} {{ __('basic.last month') }}
{{ __('basic.law cases') }}
{{ __('basic.status') }}
{{ __('basic.products') }}
{{ __('basic.courts') }}
{{ __('basic.workers') }}
{{ __('basic.win') }}
{{ __('basic.recent law cases') }}
@foreach ($recent_bookings as $item) @endforeach
{{ __('basic.serial') }} {{ __('basic.code') }} {{ __('basic.record number') }} {{ __('basic.subtitle') }} {{ __('basic.client') }} {{ __('basic.opponent name') }} {{ __('basic.court') }} {{ __('basic.lawyer') }} {{ __('basic.status') }} {{ __('basic.handle') }}
{{ $item->new_id }} {{ $item->code }} {{ $item->record_number }} {{ $item->name }} @if($item->client) {{ $item->client->full_name }} @endif {{ $item->opponent_name }} @if($item->court) {{ $item->court->name }} @if($item->court_department) | {{ $item->court_department->name }} @endif @endif @if($item->lawyer) {{ $item->lawyer->full_name }} @else {{ __('basic.not selected') }} @endif {{ $item->status_msg }}
@endsection @section('js') {{-- data table --}} @php $chart_color = ['#323ac8', '#38dfa8','#1a78f1', '#d13c62', '#12c7d9', '#03c2c3', '#5035df', '#17a673', '#2e59d9', '#9aeded', '#f3d56a', '#7c859d', '#a4adc5', '#80142f', '#33d293', '#bed233', '#3958e9', '#10c86f', '#654fb6', '#a44fb6', '#89728e', '#c85110', '#6d769d', '#1b6954', '#204494', '#94206b', '#948320', '#209493', '#292094', '#203a65', '#4e6fa5', '#e29031', '#e23168', '#31e0e2', '#e29131', '#319fe2', '#8131e2', '#31a8e2', '#31e2c0', '#31c3e2', '#e2a931', '#3157e2']; @endphp @endsection