@extends('adminlte::page')
@section('title', 'Taxes')
@section('content_header')
Taxes
@endsection
@section('content')
@if(auth()->user()->hasRole('superadmin'))
@foreach (get_all_annuaires() as $annuaire)
@endforeach
@endif
@foreach (get_intitules_by_group([['slug', '=', 'taux-tvas']]) as $intitule)
@endforeach
@lang('global.Id') # |
@lang('global.Ref Doc') |
@lang('global.Doc Type') |
@lang('global.Date Declaration') |
@lang('global.Taxed Amount') |
@lang('global.Rate%') |
@lang('global.Amount HT') |
@lang('global.Action') |
@lang('global.Total') |
|
|
|
|
@endsection
@push('js')
@endpush