@extends('admin.includes.masterpage-admin') @section('content')

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
@foreach($categories as $category) @endforeach
Category Name Category Slug Actions
{{$category->name}} {{$category->slug}}
{{csrf_field()}} Edit

@stop @section('footer') @stop