@extends('layouts.default') @section('title','Lost Sale') @section('content')

Lost Sale

@csrf
@if($errors->has('first_name')) @endif
@if($errors->has('email')) @endif
@if(Session::has('email_error_message')) @endif @if(Session::has('email_success_message')) @endif @stop