@extends('layouts.app') @section('content')
{{ csrf_field() }}

Edit invoice

@if($errors->has('number')) @endif
@if($errors->has('date')) @endif
@if($errors->has('ammount')) @endif
@if($errors->has('payment_date')) @endif
status == 1) checked @endif/>
Change Choose file Remove
@endsection