@extends('layouts.contentLayoutMaster')
@php
$breadcrumbs = [[['link' => route('withdrawals.index'), 'name' => "الطلبات"],['name'=> 'طلبات تأجيل السداد']],['title' => 'رفع اوراق الاعتماد']];
@endphp
@section('title', 'رفع اوراق الاعتماد')
@section('vendor-style')
@endsection
@section('page-style')
{{-- Page Css files --}}
@endsection
@section('content')
@component('components.forms.formCard',['title' => sprintf('رفع اوراق الاعتماد وتأكيد الطلب')])
{{ Form::model($postponeApplication ,['route' => ['postpone-payment-applications.confirmDocument',$postponeApplication->id],'method'=> 'POST' , 'class' => 'row','id' => 'adminform' , 'onsubmit' => 'showLoader()','enctype' => 'multipart/form-data']) }}