rest( PostBranch::query() ->get() ->map(fn ($postBranch) => [ 'id' => $postBranch->id, 'province_id' => $postBranch->province_id, 'name' => $postBranch->name, 'address' => $postBranch->address, 'description' => $postBranch->description, ]) ); } }