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