@extends('layouts.main') @section('title', 'Store Delivery Balance') @section('content') @push('head') @endpush
@include('include.message')
@csrf
{!! Form::select('restaurant_ids[]', $stores, null,[ 'class'=>'form-control select2', 'multiple' => true ]) !!}
{{ __('Reserved')}} {{ __('Next Collect')}}
{{ __('Store')}} {{ __('Balance')}} {{ __('Last Transaction Id')}} {{ __('Updated Date')}} {{ __('Action')}}
{{ __('Store')}} {{ __('Balance')}} {{ __('Last Transaction Id')}} {{ __('Updated Date')}} {{ __('Action')}}
@push('script') @endpush @endsection