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

Edit 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
@foreach(json_decode($prop['key_value']) as $key => $data)
@if($key == 0) @else @endif
@endforeach @if ($errors->has('agent_paths'))
{{ $errors->first('data_key') }}
@endif
Cancel
@endsection