@extends('layouts.dashboard') @section('content')

{{ $title }}

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
Search Event ID
@endsection