@extends('layouts.master') @section('title', 'Online Requests | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.online request')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content'){{ $on_request->code }}
{{ $on_request->final_price }}
{{ date('d M Y', strtotime($on_request->created_at)) }}
| {{ __('basic.image') }} | {{ __('basic.name') }} | {{ __('basic.type') }} | {{ __('basic.status') }} | {{ __('basic.info') }} | {{ __('basic.quantity') }} | {{ __('basic.start') }} | {{ __('basic.end') }} | {{ __('basic.subtotal') }} | {{ __('basic.discount') }} | {{ __('basic.total') }} | {{--{{ __('basic.handle') }} | --}}
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $item->requestable?->name ?? "N/A" }} | {{ $item->type }} | {{ $msg }} | {{ $item->cat }} | {{ $item->qty }} | {{ $item->start_at }} | {{ $item->end_at }} | {{ $item->subtotal }} | {{ $item->discount }} | {{ $item->final_price }} | {{----}} |