@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
{{-- Tahap Pembayaran --}}
{{-- Ruang Lingkup --}}
{{-- Persyaratan --}}
{{-- Kategori Proses --}}
{{-- Proses --}}
{{-- Catatan --}}
@endsection
@push('addon-script')
@endpush