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