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

Edit App Details

{{ csrf_field() }}
@if ($errors->has('app_title'))
{{ $errors->first('app_title') }}
@endif
@if ($errors->has('app_type'))
{{ $errors->first('app_type') }}
@endif
@if ($errors->has('git_link'))
{{ $errors->first('git_link') }}
@endif
@if ($errors->has('git_username'))
{{ $errors->first('git_username') }}
@endif
@if ($errors->has('git_password'))
{{ $errors->first('git_password') }}
@endif
@if ($errors->has('app_preffix'))
{{ $errors->first('app_preffix') }}
@endif
@if (isset($app->keystore_file))
Delete @endif @if (!isset($app->keystore_file)) @endif
@if ($errors->has('keystore_pass'))
{{ $errors->first('keystore_pass') }}
@endif
Cancel
@endsection