@extends('layouts.master') @section('title', 'Online Requests | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', 'Online Requests') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.id') }} | {{ __('basic.code') }} | {{ __('basic.traveler') }} | {{ __('basic.status') }} | {{ __('basic.discount') }} | {{ __('basic.total') }} | {{ __('basic.created') }} |
|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->code }} | @if($item->patient) {{ $item->patient->full_name }} @endif | {{ $msg }} | {{ $item->discount }} | {{ $item->final_price }} | {{ $item->created_at }} |