@extends('layouts.main') @section('page-title') {{ __('Manage Tax Thresholds') }} @endsection @section('page-breadcrumb') {{ __('Tax Thresholds') }} @endsection @section('page-action')
@endsection @section('content'){{ __('Description') }} | {{ __('Amount') }} | @if (Laratrust::hasPermission('tax threshold edit') || Laratrust::hasPermission('tax threshold delete')){{ __('Action') }} | @endif
---|---|---|
{{ $taxthreshold->description }} | {{ $taxthreshold->amount }} | @if (Laratrust::hasPermission('tax threshold edit') || Laratrust::hasPermission('tax threshold delete'))@permission('tax threshold edit') @endpermission @permission('tax threshold delete') @endpermission | @endif