@extends('layouts.master') @section('title', 'Tariffs - ') @section('content')

Tariffs

Add Tariff
@forelse($tariffs as $tariff) @empty @endforelse
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
@csrf @method('DELETE')
No tariffs found.
@endsection