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

Add Sub Category

@if (Session::get('message')) @endif
{{ csrf_field() }}
{{ $errors->has('category_id') ? $errors->first('category_id'):''}}
( Bangla)
( English)

All Sub Categories

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