@extends('layouts.app') @section('title', 'Penawaran') @section('breadcrumb') @endsection @section('title-section', 'Penawaran') @section('content')
@if ($message = Session::get('success'))
Success:  {{ $message }}
@endif
Tambah Penawaran @foreach ($data as $key => $row) @endforeach
No Penawaran Nama Pelanggan Layanan Tanggal Lokasi Action
{{ $row->nomor_surat }} {{ $row->kepada }} {{ $row->layanan->nama_layanan ?? '' }} {{ $row->tgl_buat_surat }} {{ $row->lokasi . ', ' . $row->kecamatan . ', ' . $row->kabupaten }}
@method('DELETE') @csrf Detail Edit
@endsection