@extends('dashboard.app') @section('title', 'Add Data Beranda') @section('content')

Tambah Beranda

@if ($errors->any())
Terjadi Kesalahan!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection