@extends('backend.master') @section('title') সকল আয় @endsection @section('body') @if(Auth::user()->user_type == 3)

সকল আয়

@include('backend.accounting.earning.index')
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection