multiple bug fixes including sender ID filtering

This commit is contained in:
Kwesi Banson Jnr
2026-04-16 14:22:04 +00:00
parent 72180de8e4
commit 5dbe76dbd4
380 changed files with 175085 additions and 203 deletions

View File

@@ -20,7 +20,7 @@ class OfficeLocationsController extends Controller
];
// dd($data);
// dd($offices_arr->isEmpty());
return view('officelocations.index-new', $data);
return view('officelocations.index', $data);
}
public function showfiles($id){
$branch_files = Models\BranchFile::where('branch_id', $id)->get();