@extends('layouts.app') @section('title') Edit Cancellation Request @stop @section('breadcrumb') @stop @section('content')

Edit Cancel Open File Request


Update Information

{{ csrf_field() }} id }} name='openfiledealerinfo_no'>
@if ($errors->has('openfiledealerinfo_no')) {{ $errors->first('openfiledealerinfo_no') }} @endif
@if ($errors->has('openfile_status')) {{ $errors->first('openfile_status') }} @endif
@if ($errors->has('openfile_cancelfee')) {{ $errors->first('openfile_cancelfee') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop @section('js') @stop