@extends('layouts.master') @push('style') @endpush @section('title', __('accounting.add_fee_invoice')) @section('content_title', __('accounting.add_fee_invoice')) @section('content_summary', __('accounting.create_fee_invoice')) @section('main_content') @if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf {{-- @if (auth()->user()->hasRole('Super Admin'))
@else @endif
{{ __('accounting.fee_category') }} {{ __('accounting.amount') }} {{ __('accounting.discount') }} {{ __('accounting.recieve') }} {{ __('accounting.remove') }}
Total Total Amount Total Discount Total Recieve
Add Row
--}}
{{ __('accounting.fee_category') }} {{ __('accounting.amount') }} {{ __('accounting.discount') }} {{ __('accounting.recieve') }} {{ __('accounting.remove') }}
Total Total Amount Total Discount Total Recieve
Add Row
@endsection @push('script') @endpush