@extends('layouts.default') @section('content')

{{ __('settings.manage_bankguarantee_type')}} {{ __('settings.bankguarantee_types_information')}}

{{ __('settings.bankguarantee_types_information')}}

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{csrf_field()}} @method('PUT')
@stop