@extends('admin.layout') @section('content') Edit Category Dashboard Category Edit Category Category List @csrf Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Type --Select-- type == 'content' ? 'selected' : '' }}>Content type == 'category' ? 'selected' : '' }}> Category @if ($errors->has('type')) {{ $errors->first('type') }} @endif Sort Order @if ($errors->has('sort_order')) {{ $errors->first('sort_order') }} @endif Description {{ $info->description }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif Choose file @if ($errors->has('image')) {{ $errors->first('image') }} @endif Status --Select-- status == '1' ? 'selected' : '' }}>Active status == '0' ? 'selected' : '' }}>Inactive @if ($errors->has('status')) {{ $errors->first('status') }} @endif Submit @endsection @push('footer-script') @endpush