@extends('layout.app')
@section('title', __('taxs'))
@section('content')
@foreach ($taxs as $tax)
{{ __('sl') }}
{{ __('name') }}
{{ __('rate') }} (%)
{{ __('action') }}
@endforeach
{{ $loop->iteration }}
{{ $tax->name }}
{{ $tax->rate }}