@extends('admin.master')
@section('top-title','| Category')
@section('breadcome-title','Category')
@section('content')
| # |
Name |
Image |
Created by |
Action |
@foreach($categories as $cat)
| {{$loop->iteration}} |
{{$cat->name}} |
 }}) |
{{@$cat->user->name}} |
Edit
Delete
|
@endforeach
@endsection