@extends('layout.admin_app') @section('contents') Add Cateory Add Multimedia Category @csrf Add New Category Kindly use the form below to add a multimedia category @if(count($errors)>0) @foreach($errors->all() as $error) {{$error}} @endforeach @endif @if(session('failure')) {{session('failure')}} @endif @if(session('success')) {{session('success')}} @endif Category Name * Category image* Categories id Category Name actions @foreach($categories as $key => $category) {{$category->id}} {{$category->category}} Edit @endforeach @foreach($categories as $key => $category)
Kindly use the form below to add a multimedia category
Kindly use the form below to Edit the Category