@extends('layouts.admin') @section('title') Ananas | Categories @endsection @section('breadcrumb') @endsection @section('Categories') active {{session('sidebar_color')}} @endsection @section('content')
add

Add New

Category

Category table
@foreach($categories as $category) @if(in_array($category->type,['4','5','6','7'])) @endif @endforeach
ID Title Type Photo Action

{{$category->id}}

{{$category->title}}

{{getCategoryType($category->type)}}

kal
editEdit
{{csrf_field()}} {{method_field('DELETE')}}
{{ $categories->links() }}
@endsection