@extends('layout.masters') @section('content')

Add New Deployment

{{ csrf_field() }}
@if ($errors->has('dep_title'))
{{ $errors->first('dep_title') }}
@endif
@if ($errors->has('dep_desc'))
{{ $errors->first('dep_desc') }}
@endif
@if ($errors->has('dep_platform'))
{{ $errors->first('dep_platform') }}
@endif
@if ($errors->has('dep_path'))
{{ $errors->first('dep_path') }}
@endif
@if ($errors->has('scriptFile'))
{{ $errors->first('scriptFile') }}
@endif
@if ($errors->has('server_id'))
{{ $errors->first('server_id') }}
@endif
Cancel
@endsection