@extends('layouts.master') @section('title') @lang('translation.Category') @endsection @section('css') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') Project @endslot @slot('title') Category @endslot @endcomponent
@foreach($categories as $category) @endforeach
ID Category Description Created at Updated at Action
{{ $category->id }} {{ $category->name }} {{ $category->description }} {{ $category->created_at }}
{{ $category->status }}
@endsection @section('script') @endsection