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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.law cases') }}
{{ __('basic.search filter') }} {{ __('basic.new') }}
{{ __('basic.law cases') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@foreach ($main_item 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') @endsection