@extends('layouts.backend') @section('extra_css') @endsection @section('content')

Edit Category

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif
{{ csrf_field() }}
(Ex: জাতীয়)
(small letter Ex: national)

All Categories

@foreach(\App\Category::all() as $row) @endforeach
Id Name Slug Position Action
{{ $row->id}} {{ $row->name}} {{ $row->slug}} {{ $row->position}}
{{ csrf_field() }}
@endsection @section('extra_js') @endsection