2023-08-16 22:03:06 +02:00
|
|
|
@extends('frame')
|
2023-08-14 21:07:53 +02:00
|
|
|
@section('title', 'This is The Bad Space')
|
2023-08-16 22:03:06 +02:00
|
|
|
@section('main-content')
|
2023-08-14 21:07:53 +02:00
|
|
|
@parent
|
2023-08-18 00:14:01 +02:00
|
|
|
<section class="index-search">
|
|
|
|
<form class="index-search-form" action="/search" method="post" enctype="multipart/form-data">
|
|
|
|
<input type="text" name="index_search" value="" placeholder="Hi! This is where you search." />
|
|
|
|
<button aria-label="search-button">
|
|
|
|
<img class="button-icon" src="assets/images/global/icon-search.svg" />
|
|
|
|
</button>
|
|
|
|
</form>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<article>
|
|
|
|
tracking {{$count}} sites;
|
|
|
|
</article>
|
2023-08-16 22:03:06 +02:00
|
|
|
</section>
|
|
|
|
@endsection
|