@extends('admin.admin_master') @section('content-header', "Edit Apimanager") @section('content')
description !!}" aria-describedby="descriptionhelp"> @if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
api_connection !!}" aria-describedby="api_connectionhelp"> @if ($errors->has('api_connection'))
{{ $errors->first('api_connection') }}
@endif
api_key !!}" aria-describedby="api_keyhelp"> @if ($errors->has('api_key'))
{{ $errors->first('api_key') }}
@endif
expire !!}" readonly/> @if ($errors->has('expire')) {{ $errors->first('expire') }} @endif
last_active !!}" aria-describedby="last_activehelp"> @if ($errors->has('last_active'))
{{ $errors->first('last_active') }}
@endif
{!! csrf_field() !!} {!! method_field('PATCH') !!}
@endsection