<?php return [ 'pagination_records' => 10, 'user_type' => ['User', 'Admin'], ] ?>
Route::get('get-user-type', function() { dd(config('global.user_type')); });