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

Add New Build Properties

{{ csrf_field() }}
@if ($errors->has('app_id'))
{{ $errors->first('app_id') }}
@endif
@if ($errors->has('prop_file_name'))
{{ $errors->first('prop_file_name') }}
@endif
@if ($errors->has('agent_paths'))
{{ $errors->first('agent_paths') }}
@endif
Cancel
@endsection