@extends("template.master") @section("section_content")

Data program

@if (Session::has('hapus')) {{ Session::get('hapus') }} @endif Tambah Data


@foreach($program as $key => $value) @endforeach
No Nama Program Aksi Hapus Gambar
{{ $i}} {{ $value->nama_program}}
@if(!empty($value->gambar))
@else @endif
@endsection