@extends('layouts.main') @section('title', 'Last minute pride update') @section('css') @endsection @section('nav') @include('layouts.nav') @endsection @section('content')
{!! Form::open(['url' => 'last/minute/price/change', 'method' => 'post']) !!}
Apply for
%
{!! Form::close() !!}
Price update list

You have following last minute price drop updates

{{----}} @foreach ( $currentDrops as $data ) {{----}} @endforeach
Time Period Price drop update Percentage Action
{{ $data->start_date }} - {{ $data->end_date }}{{ $data->room->roomtype->name }}{{ $data->percentage }}% {!! Form::open(['url' => 'delete/last/minute/drop', 'method' => 'delete']) !!} {!! Form::close() !!}
{{----}} {{--@foreach( $masterData as $data )--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{--
{{ $lastMinutePrice->room->roomtype->name }}{{ $lastMinutePrice->date }}{{ $lastMinutePrice->last_minute_price_drop }}%
--}}
@endsection @section('scripts') @endsection