PHP Classes

File: resources/views/search.blade.php

Recommend this page to a friend!
  Classes of Edward Paul   Find PHP Service   resources/views/search.blade.php   Download  
File: resources/views/search.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Find PHP Service
Application to find services in a near location
Author: By
Last change:
Date: 4 years ago
Size: 161 bytes
 

Contents

Class file image Download
@extends('layouts.app')

@section('content')
    <div class="container">
            <search endpoint="{{ route('search') }}"></search>

    </div>

@endsection