@extends('layouts.master') @section('title', 'Tariffs - ') @section('content')
| Lawyer | Service Code | Service Name | Billing Method | Rate Type | Rate Amount | Actions |
|---|---|---|---|---|---|---|
| {{ $tariff->lawyer?->full_name ?? $tariff->lawyer_id }} | {{ $tariff->service_code }} | {{ $tariff->service_name }} | {{ $tariff->billing_method }} | {{ $tariff->rate_type }} | {{ $tariff->rate_amount }} @if($tariff->currency?->currency_code) {{ $tariff->currency->currency_code }} @endif | View Edit |
| No tariffs found. | ||||||