@extends('layouts/microfin_layout') @section('title', '| Economic Purpose List') @section('content')
@if ($data['isSuperAdmin'] == false) @php $company = DB::table('gnr_company')->select('name', 'address')->first(); @endphp
{{ $company->name }}
{{ $company->address }}
Economic Purpose List

@endif
@if ($data['isSuperAdmin'] == true) Add Economic Purpose @endif {{-- Assign Economic Purpose to Branch --}}

Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/settings/economicPurpose/viewEconomicPurpose.blade.php on line 41

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/settings/economicPurpose/viewEconomicPurpose.blade.php on line 41

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/settings/economicPurpose/viewEconomicPurpose.blade.php:41 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/settings/economicPurpose/viewEconomicPurpose.blade.php on line 41