@extends('layouts.admin_panel') @section('top-scripts') @endsection @section('content')
@foreach($categories as $category) @endforeach
Category ID Name Action
{{ $category->id }} {{ $category->name }} RESTORE
@endsection @section('bottom-scripts') @endsection