@extends('admin.layout') @section('custom-style') @endsection @section('content') TV Shows TV Shows Create Create TV Shows {{csrf_field()}} Category name* Select parent category* None @if($categories) @foreach($categories as $category) {{$category->name}} @if(count($category->subcategory)) @include('admin.category.subCategoryList-option',['subcategories' => $category->subcategory]) @endif @endforeach @endif Mobile Design* {{-- None --}} Portrait Landscape Desktop Design* {{-- None --}} Portrait Landscape @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if(\Session::has('success')) {!! \Session::get('success') !!} @endif @endsection