@extends('layouts.default') @section('content') {{ __('bankguarantee.create_bankguarantee')}} {{ __('bankguarantee.information')}} {{ __('menu.home') }} {{ __('bankguarantee.module')}} {{ __('bankguarantee.create_bankguarantee')}} {{ __('bankguarantee.information')}} {{csrf_field()}} {{ __('bankguarantee.guarantee_name')}} {{ __('bankguarantee.value')}} {{ __('bankguarantee.issue_date')}} {{ __('bankguarantee.file')}} {{ __('bankguarantee.guarantee_type')}} @foreach($guarantee_types as $type) {{$type->name}} @endforeach {{ __('common.status')}} @foreach($guarantee_status as $status) {{$status->name}} @endforeach {{ __('bankguarantee.expiry_date')}} @stop