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

{{ __('bankguarantee.manage_bankguarantee')}} {{ __('bankguarantee.information')}}

{{ __('bankguarantee.information')}}

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

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{csrf_field()}} @method('PUT')
@if($bankguarantee->guarantee_file) @php $url = Storage::url('bankguarantee/'.$bankguarantee->guarantee_file);@endphp {{$bankguarantee->org_file_name}}  {{ __('common.remove_file')}} @endif
@stop