@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'))
{{ __('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') }}
-
-
@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