@extends('layouts.app') @section('title', $title) @section('subtitle', $subtitle) @push('css') @endpush @section('content')

{{ $title }}

@can('fleet-create') @endcan
@if(session('success'))
{{ session('success') }}
@endif @foreach ($data_blog_categories as $p) @endforeach
No Nama Kategori Urutan Gambar Action
{{ $loop->iteration }} {{ $p->name }} {{ $p->position }} Show @can('fleet-edit') Edit @endcan @can('fleet-delete') @endcan
@endsection @push('script') @endpush