@extends('backend.template.index') @section('title', $title) @push('css-between') @livewireStyles @endpush @push('script-between') @livewireScripts @endpush @section('content')
Tambah POST
@livewire('admin-skpd.postingan.index') @endsection