services done

This commit is contained in:
2025-06-05 15:19:12 +05:45
parent 18e5f8f173
commit 01785b7bb9
21 changed files with 691 additions and 8 deletions

View File

@ -8,6 +8,8 @@ use Illuminate\Http\Request;
use App\Models\Post;
use App\Models\Slider;
use App\Models\Preparation;
use App\Models\Service;
use App\Models\About;
class FrontendController extends Controller
{
@ -15,8 +17,8 @@ class FrontendController extends Controller
{
$data['sliderItems'] = Slider::all();
$data['preparations'] = Preparation::all();
// $data['services'] = Service::all();
// $data['about'] = About::all();
$data['services'] = Service::all();
$data['about'] = About::all();
// $data['contact'] = Contact::first();
// $data['testimonials'] = Testimonial::all();
// $data['partners'] = Partner::all();