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