8 lines
97 B
PHP
8 lines
97 B
PHP
@extends('layout')
|
|
@section('content')
|
|
|
|
@include("partials.hero");
|
|
|
|
|
|
@endsection
|