@extends('layouts.main',['title'=>'Lookup Page']) @section('content')

Search Results

@if($results->isEmpty()) @else @endif
@endsection