MIF_E31210863/resources/views/frontend/booking/paycash.blade.php

20 lines
880 B
PHP

@extends('layouts.frontend')
@section('title', 'Services')
@section('content')
<div class="section-title-furits text-center">
<h2>Booking with <span class="font-weight-bold">Cash</span> payment <span class="text-success">Successful</span></h2>
</div>
<div class="shop-page-wrapper shop-page-padding ptb-100">
<div class="container-fluid">
<div class="row">
<div class="col">
<h3 class="text-center">Please come to the salon on the <span class="font-weight-bold">{{ $booking->date }}</span> at <span class="font-weight-bold">{{ $booking->time }}.</span></h1>
<div class="text-center">
<a class="btn btn-dark mt-2" href="{{ route('homepage') }}">Back</a>
</div>
</div>
</div>
</div>
</div>
@endsection