@extends('layouts.app') @section('content')
{{ _lang('View Tax') }}
{{ _lang('Tax Name') }}{{ $tax->tax_name }}
{{ _lang('Rate') }}{{ $tax->rate }}
{{ _lang('Type') }}{{ ucwords($tax->type) }}
@endsection