@extends('layouts.master') @section('title', 'Taxes | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.taxes')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.id') }} | {{ __('basic.name') }} | {{ __('basic.percentage') }} | {{ __('basic.credit account') }} | {{ __('basic.debit account') }} | {{ __('basic.handle') }} |
|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ $item->percentage }} |
{{ __('basic.credit account') }}
|
{{ __('basic.debit account') }}
|
@role('Super-admin|Accountant-manager') @endrole |