@extends('layouts.app') @section('title', 'Atur Portfolio') @section('breadcrumb') @endsection @section('title-section', 'Atur Portfolio') @section('content')
@if ($message = Session::get('success'))
Success:  {{ $message }}
@endif
  • Halaman ini adalah untuk mengatur portfolio (menambahkan, menghapus, mengubah)
Tambah Portfolio @foreach ($data as $key => $row) @endforeach
# Layanan Judul Foto Action
{{ $key + 1 }} {{ $row->layanan->nama_layanan }} {{ $row->title }}
@method('DELETE') @csrf Edit
@endsection