@extends('layouts.default') @section('title', 'Сбор') @section('content')

Добавить сбор

{{ csrf_field() }}

Параметры заказа

@if ($errors->has('company_id')) {{ $errors->first('company_id') }} @endif
@if ($errors->has('ammount')) {{ $errors->first('ammount') }} @endif
@if ($errors->has('pay_date')) {{ $errors->first('pay_date') }} @endif
@if ($errors->has('comment')) {{ $errors->first('comment') }} @endif
@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@endsection