@php
$purchaseTypes = collect([
(object)['id' => 'Amanat Shah Spinning Mills Ltd', 'name' => __('Amanat Shah Spinning Mills Ltd')],
(object)['id' => 'Amanat Shah Fabrics Ltd', 'name' => __('Amanat Shah Fabrics Ltd')],
(object)['id' => 'Hellal & Brothers', 'name' => __('Hellal & Brothers')],
]);
@endphp
@php
$purchaseTypes = collect([
(object)['id' => 'Accounts', 'name' => __('Accounts')],
(object)['id' => 'IT', 'name' => __('IT')],
(object)['id' => 'HR', 'name' => __('HR')],
]);
@endphp
@php
$purchaseTypes = collect([
(object)['id' => '1', 'name' => __('Rashed Zaman')],
(object)['id' => '2', 'name' => __('Abul Hasnat')],
(object)['id' => '3', 'name' => __('Akram Hossain')],
(object)['id' => '4', 'name' => __('Ashiq')],
]);
@endphp
@php
$purchaseTypes = collect([
(object)['id' => 'Daily Task', 'name' => __('Daily Task')],
(object)['id' => 'Assigned Task', 'name' => __('Assigned Task')],
]);
@endphp