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

{{ __('bankguarantee.module')}} {{ __('bankguarantee.bankguarantee_list')}}

@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach($bankguarantees as $bankguarantee) @endforeach
{{ __('bankguarantee.title')}} {{ __('bankguarantee.guarantee_type')}} {{ __('bankguarantee.value')}} {{ __('common.status')}} {{ __('bankguarantee.issue_date')}} {{ __('common.action')}}
{{$bankguarantee->number}} {{$bankguarantee->guaranteeType->name}} {{$bankguarantee->value}} {{$bankguarantee->status_id}} {{$bankguarantee->date_of_issue}} {{ __('common.edit')}} @csrf @method('DELETE')
@stop