@inject('request', 'Illuminate\Http\Request') @extends('layouts.app') @section('content') @include('admin.client_projects.operations.menu', array('client_project' => $project)) @if( 'edit' === $operation ) {!! Form::model($invoice, ['method' => 'POST', 'route' => ['admin.client_projects.invoice-project-store', $project->id, $invoice->id],'class'=>'formvalidation']) !!} @else {!! Form::open(['method' => 'POST', 'route' => ['admin.client_projects.invoice-project-store', $project->id],'class'=>'formvalidation']) !!} @endif
{{ $errors->first('customer_id') }}
@endif{{ $errors->first('currency_id') }}
@endif{{ $errors->first('status') }}
@endif{{ $errors->first('sale_agent') }}
@endif{{ $errors->first('address') }}
@endif{{ $errors->first('delivery_address') }}
@endif{{ $errors->first('prevent_overdue_reminders') }}
@endif