multiple bug fixes including sender ID filtering
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user