@ -0,0 +1,14 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
namespace App\Http\Controllers; |
||||||
|
|
||||||
|
use Illuminate\Http\Request; |
||||||
|
use App\Models\Service; |
||||||
|
|
||||||
|
class StudyAbroadController extends Controller |
||||||
|
{ |
||||||
|
public function study_abroad(){ |
||||||
|
$services = Service::where('status',1)->get(); |
||||||
|
return view('study-abroad',compact('services')); |
||||||
|
} |
||||||
|
} |
After Width: | Height: | Size: 2.6 MiB |
After Width: | Height: | Size: 441 KiB |
After Width: | Height: | Size: 441 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 441 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 30 KiB |