@extends('layouts.admin') @section('body') @if ($errors->any())
@endif @if(Session()->has('warning')) @endif

Payment/Order

{{csrf_field()}}
@foreach($order as $orderselect)
@endforeach
@endsection