@extends('layouts.app') @section('title') Issue Open File @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
{{ csrf_field() }}
@if ($errors->any())

Errors

    {!! implode( '', $errors->all('
  • :message
  • '), ) !!}
@endif

Issue Open File


@if ($errors->has('of_no')) {{ $errors->first('of_no') }} @endif
@if ($errors->has('unit_number')) {{ $errors->first('unit_number') }} @endif
@if ($errors->has('dealer_id')) {{ $errors->first('dealer_id') }} @endif
@if ($errors->has('issue_date')) {{ $errors->first('issue_date') }} @endif
@if ($errors->has('rebate_amount')) {{ $errors->first('rebate_amount') }} @endif
 
@stop @section('js') @stop @if ($errors->any()) @endif