@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'))
@endif @endsection @section('content')| {{ __('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 }} |