@extends('master')
@section('header-konten')
@endsection
@section('konten')
Preview |
Judul |
Desk |
File info |
@if (in_array('34', $ubah) | in_array('34', $hapus))
Aksi |
@endif
@foreach ($baner as $bnr)
|
{{ $bnr->judul }} |
{{ $bnr->deskripsi }} |
- Size: {{ $bnr->fsize }}
- Format: {{ $bnr->extensi }}
|
@if (in_array('34', $ubah) | in_array('34', $hapus))
|
@endif
@endforeach
@endsection
@section('modal')
@php
$tambah = explode(',', Auth::user()->role->tambah);
$ubah = explode(',', Auth::user()->role->ubah);
$hapus = explode(',', Auth::user()->role->hapus);
@endphp
@if (in_array('34', $tambah))
@endif
@if (in_array('34', $ubah))
@endif
@endsection
@section('script')
@endsection