@extends('admin/layouts.master') @section('title', 'Add Childcategory - Admin') @section('body') @include('admin.message') {{ __('Circle') }} {{ csrf_field() }} Category {{ __('adminstaticword.PleaseSelect') }} @foreach($category as $cat) {{$cat->title}} @endforeach {{ __('Subcategory') }} Child-Category {{ __('adminstaticword.Title') }}:* {{ __('adminstaticword.Status') }}: @include('admin.category.childcategory.child') @endsection @section('scripts') @endsection