@extends('layouts.master') @section('title'){{trans_choice('general.tax_rate',2)}} @endsection @section('current-page'){{trans_choice('general.tax_rate',2)}} @endsection @section('content')

{{trans_choice('general.tax_rate',2)}}

@foreach($data as $key) @endforeach
{{trans_choice('general.name',1)}} {{trans_choice('general.tax_rate',1)}} {{trans_choice('general.note',1)}} {{trans_choice('general.action',1)}}
{{ $key->title }} {{ $key->percentage}}% {{ $key->notes}}
@endsection