{{Lang::get('litigation.litigation_type')}} | {{$litigation->litigation_type}} |
@if(Sentinel::getUser()->court_type == "Appeal Court") {{Lang::get('litigation.appeal_plaintiff_name')}} @elseif(Sentinel::getUser()->court_type == "Regional Court") {{Lang::get('litigation.regional_plaintiff_name')}} @elseif(Sentinel::getUser()->court_type == "High Court") {{Lang::get('litigation.high_plaintiff_name')}} @else {{Lang::get('litigation.plaintiff_name')}} @endif | {{$litigation->plaintiffOne->full_name}} |
{{Lang::get('litigation.mobile_number')}} | {{$litigation->plaintiffOne->mobile_1}} {{ isset($litigation->plaintiffOne->mobile_2) ? '/ '. $litigation->plaintiffOne->mobile_2 : ''}} |
@if(Sentinel::getUser()->court_type == "Appeal Court") {{Lang::get('litigation.appeal_plaintiff_name')}} @elseif(Sentinel::getUser()->court_type == "Regional Court") {{Lang::get('litigation.regional_plaintiff_name')}} @elseif(Sentinel::getUser()->court_type == "High Court") {{Lang::get('litigation.high_plaintiff_name')}} @else {{Lang::get('litigation.plaintiff_name')}} @endif | {{Lang::get('litigation.litigation_type')}} | {{Lang::get('litigation.mobile_number')}} |
---|---|---|
{{$plaintiff->customer->full_name}} - Primary | {{$litigation->litigation_type}} | {{$plaintiff->customer->mobile_1}} {{ isset($plaintiff->customer->mobile_1) ? '/ '.$plaintiff->customer->mobile_2 : ''}} |
{{$plaintiff->customer->full_name}} | {{$litigation->litigation_type}} | {{$plaintiff->customer->mobile_1}} {{ isset($plaintiff->customer->mobile_1) ? '/ '.$plaintiff->customer->mobile_2 : ''}} |
@if(Sentinel::getUser()->court_type == "Appeal Court") {{Lang::get('litigation.appeal_defendant_name')}} @elseif(Sentinel::getUser()->court_type == "Regional Court") {{Lang::get('litigation.regional_defendant_name')}} @elseif(Sentinel::getUser()->court_type == "High Court") {{Lang::get('litigation.high_defendant_name')}} @else {{Lang::get('litigation.defendant_name')}} @endif | {{$litigation->defendantOne->full_name}} |
{{Lang::get('litigation.mobile_number')}} | {{$litigation->defendantOne->mobile_1}} {{ isset($litigation->defendantOne->mobile_2) ? '/ '. $litigation->defendantOne->mobile_2 : ''}} |
@if(Sentinel::getUser()->court_type == "Appeal Court") {{Lang::get('litigation.appeal_defendant_name')}} @elseif(Sentinel::getUser()->court_type == "Regional Court") {{Lang::get('litigation.regional_defendant_name')}} @elseif(Sentinel::getUser()->court_type == "High Court") {{Lang::get('litigation.high_defendant_name')}} @else {{Lang::get('litigation.defendant_name')}} @endif | {{Lang::get('litigation.mobile_number')}} |
---|---|
{{$defendant->customer->full_name}} - Primary | {{$defendant->customer->mobile_1}} {{ isset($defendant->customer->mobile_1) ? '/ '.$defendant->customer->mobile_2 : ''}} |
{{$defendant->customer->full_name}} | {{$defendant->customer->mobile_1}} {{ isset($defendant->customer->mobile_1) ? '/ '.$defendant->customer->mobile_2 : ''}} |