@extends('layouts.admin') @section('title') Berita | PRAU ADMIN @endsection @section('content')

@if (request('type') === 'gallery') Gallery @else Berita @endif

@if (request('type') === 'gallery') Tambah Gallery @else Tambah Berita @endif
Total Berita
{{ $newsCount }}
Total Gallery
{{ $galleryCount }}
Per page
@if (request('type') === 'gallery') @include('pages.admin.news.gallery-table') @else @include('pages.admin.news.index-table') @endif
@include('includes.admin.modal-delete') @endsection @push('scripts') {{-- IC Close Form Search --}} {{-- Trigger btnSave in create page --}} {{-- Trigger btn delete in edit page --}} @endpush