@extends('backend.master') @section('title') সকল আয় @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 'ঋ') !== false)

সকল আয়

{{--
--}} {{-- --}} {{--
--}}
@include('backend.accounting.earning.pending-edit')
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection