@extends('admin.admin_master') @section('content-header', 'Add Apimanager') @section('content')
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('api_connection'))
{{ $errors->first('api_connection') }}
@endif
@if ($errors->has('api_key'))
{{ $errors->first('api_key') }}
@endif
@if ($errors->has('expire')) {{ $errors->first('expire') }} @endif
{{ csrf_field() }}
@endsection