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

Edit Build Details

{{ csrf_field() }}
@if ($errors->has('app_id'))
{{ $errors->first('app_id') }}
@endif
@if ($errors->has('app_version'))
{{ $errors->first('app_version') }}
@endif
@if ($errors->has('git_branch'))
{{ $errors->first('git_branch') }}
@endif
@if ($errors->has('build_folder'))
{{ $errors->first('build_folder') }}
@endif
@if ($errors->has('build_parameter'))
{{ $errors->first('build_parameter') }}
@endif
@if ($errors->has('sign_build'))
{{ $errors->first('sign_build') }}
@endif
@if ($errors->has('build_prop_id'))
{{ $errors->first('build_prop_id') }}
@endif
Cancel
@endsection