@extends('layouts.admin.app') @section('title') All Categories @stop @section('main')
@foreach($categories as $category) @endforeach
id Name Photo
{{$category->id}} {{$category->name}}
@stop @section('footer') @stop