{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('offplan/unit'))!!}

{{__('New')}} Unit

{{__('Cancel')}}
@include('notifications') @include('offplan::unit.entry', ['mode' => 'create']) {!! Form::close() !!}