@extends('layouts.app') @section('title', 'Penawaran') @section('breadcrumb') @endsection @section('title-section', 'Tambah Penawaran') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach ($arrSyarat as $persyaratan)
{{--

--}}
@endforeach @foreach ($pembayaranData as $pembayaran)
@endforeach
@endsection