@extends('web.layout.master') @section('content')

Please enter your order number and email address below to view details & shipping information.

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach
@csrf
@endsection