@extends('backend.layouts.app') @section('content')
Top Payment Method
Store
-- Select One --
@foreach($user_store_list as $store)
{{ $store['name'] }}
@endforeach
Date Range
Submit
@endsection @section('after-scripts') @endsection