@extends('AdminPanel.layouts.main')
@section('main-section')
{{ session()->get('msg') ?? null }}
{{--
This is Your Category
--}}
Id |
La pub |
@foreach ($cate as $item)
{{ $item->id }} |
|
@endforeach
{{--
1 |
Mark |
Otto |
@mdo |
2 |
Jacob |
Thornton |
@fat |
3 |
Larry the Bird |
@twitter |
--}}
@endsection
@section('scripts')
@endsection