@extends('layouts.master') @section('content')
@if(session('sukses')) @endif @if(session('warning')) @endif @if ($errors->any())
Peringatan :
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Data Pengumuman



@if (auth()->user()->role == 'admin') @endif @foreach($data_pengumuman as $pengumuman) @if (auth()->user()->role == 'admin') @endif @endforeach
No. Judul Dibuat Oleh Waktu Pembuatan Isi PengumumanAksi
{{$no}} {{$pengumuman->judul}} {{$pengumuman->users->name}} {{$pengumuman->created_at}} {!!$pengumuman->isi!!} Edit Hapus
@endsection