@extends('layouts.app_booking') @section('title', __('restaurant.bookings')) @section('content')
@component('components.filters', ['class' => 'card'])
{!! Form::select('sell_list_filter_location_id', $business_locations, null, ['id'=>'sell_list_filter_location_id','class' => 'form-control select2', 'style' => 'width:100%' ]); !!} {!! Form::label('sell_list_filter_location_id', __('purchase.business_location') . ':') !!}
{!! Form::select('sell_list_filter_customer_id', $customers, null, ['id'=>'sell_list_filter_customer_id','class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!} {!! Form::label('sell_list_filter_customer_id', __('contact.customer') . ':') !!}
{!! Form::text('sell_list_filter_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'id' => 'sell_list_filter_date_range','class' => 'form-control', 'readonly']); !!} {!! Form::label('sell_list_filter_date_range', __('report.date_range') . ':') !!}
@endcomponent @component('components.widget', ['class' => 'card mt-5'])
@lang('new.booking_id') @lang('new.booking_date') @lang('contact.customer') @lang('new.service_count') @lang('new.status') @lang('sale.total') @lang('new.payment_status') @lang('new.booked_by') @lang('new.booked_by')
@endcomponent
@endsection @section('javascript') @endsection