16 lines
454 B
PHP
16 lines
454 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.what-we-do')
|
|
@include('templates.home.why-choose-us-features')
|
|
@include('templates.home.solutions')
|
|
@include('templates.home.services-grid')
|
|
@include('templates.home.testimonials')
|
|
@include('templates.home.contact')
|
|
@endsection
|