Files
citrus/resources/views/templates/home.blade.php
T

15 lines
366 B
PHP

@extends('layouts.site')
@section('title', 'Anasayfa')
@section('content')
@include('templates.home.hero')
@include('templates.home.services-cards')
@include('templates.home.why-choose-us')
@include('templates.home.solutions')
@include('templates.home.services-grid')
@include('templates.home.testimonials')
@include('templates.home.contact')
@endsection