@extends('layouts.admin') @section('header-content') @endsection @section('content')
Order Details
{!! csrf_field() !!}
@if ($errors->has('collect_by')) {{ $errors->first('collect_by') }} @endif
@if ($errors->has('shop')) {{ $errors->first('shop') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('bank')) {{ $errors->first('bank') }} @endif
@if ($errors->has('promise_cheque_date')) {{ $errors->first('promise_cheque_date') }} @endif
@if ($errors->has('cheque_no')) {{ $errors->first('cheque_no') }} @endif


@if(!empty($payment)) @foreach($payment->paymentImages->toarray() as $key=>$value)
@if(isset($value['image']) && !empty($value['image']))
Remove @endif
@endforeach @endif @if(!isset($key) || empty($key)) @endif
@if ($errors->has('remarks')) {{ $errors->first('remarks') }} @endif
@if(!empty($payment)) {!! method_field('PUT') !!} @endif {{ csrf_field() }}
@endsection @section('footer-content') @endsection