@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Guest Data | Penawaran') @section('content')
@csrf @method('POST')
Details - {{$guest->name}}
Item Description Price
Total : 0
Payment {{--
--}}
Payment Period Price
Total : 0
Back
@endsection @section('js') @endsection