@extends('email.layout') @section('content')

{{__('Your Reservation Successfully Booked')}}

{{__('You order is successfully submitted. Your book number is: '.$data)}}

{{__('Go Home')}}
@endsection