@extends('layouts.admin') @section('title', 'ဆောင်းပါးအမျိုးအစားများစာရင်း') @section('content') @push('styles') @endpush @push('scripts') @endpush

ဆောင်းပါးအမျိုးအစားများစာရင်း

@if ($message = Session::get('success')) @push('scripts') @endpush @endif @if ($message = Session::get('error')) @push('scripts') @endpush @endif
@include('admins.partials.breadcrumbs')
@if(!empty($tags)) @endif
@each('admins.partials.indexed_article', $articles, 'article')
@push('scripts') @endpush @endsection