@extends('admin/theme') @section('content')
Add New Category
@if(count($categories) > 0) @foreach($categories as $category) @endforeach
Name Description Actions
{{ $category->name }} {{ $category->description }}
@else

No categories available.

@endif
@endsection