@extends('layouts.master') @section('title', 'View Tax - Prolex Law Firm') @section('content')

View Tax

Tax Information
Tax Name:
{{ $tax->tax_name }}
Tax Description:
{{ $tax->tax_description ?: 'N/A' }}
Rate (%):
{{ $tax->rate }}%
Created At:
{{ $tax->created_at->format('Y-m-d H:i:s') }}
Updated At:
{{ $tax->updated_at->format('Y-m-d H:i:s') }}
Edit Back to Taxes
@endsection