@extends('layouts.master')
@section('title', 'User')
@push('css')
@endpush
@section('content')
category Information
| Serial |
category Name |
category Description |
Action |
@foreach ($categorys as $category)
| {{ $loop->iteration }} |
{{ $category->name }} |
{{ $category->description }} |
|
@endforeach
@endsection
@push('js')
@endpush