9 lines
136 B
PHP
9 lines
136 B
PHP
@extends('layout')
|
|
@section('content')
|
|
|
|
@include("partials.hero");
|
|
@include("partials.testimonials");
|
|
|
|
|
|
@endsection
|