testimonial done

This commit is contained in:
2025-06-05 17:21:28 +05:45
parent 27d26848e2
commit 9ceb854168
14 changed files with 435 additions and 4 deletions

View File

@ -10,6 +10,7 @@ use App\Models\Slider;
use App\Models\Preparation;
use App\Models\Service;
use App\Models\About;
use App\Models\Testimonial;
class FrontendController extends Controller
{
@ -20,7 +21,7 @@ class FrontendController extends Controller
$data['services'] = Service::all();
$data['abouts'] = About::all();
// $data['contact'] = Contact::first();
// $data['testimonials'] = Testimonial::all();
$data['testimonials'] = Testimonial::all();
// $data['partners'] = Partner::all();
// $data['passers'] = Passer::all();
// $data['blogs'] = Blog::latest()->take(3)->get();