@extends('layouts.app') @section('title','Financial Year') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('financial-year-create', $authRolePermissions)) @endif
@include('financialyear.table')
@endsection @section('js') @endsection