@extends('admin.layout') @section('content') Edit Category Dashboard Category Category List Edit Category @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 image)}}" style="width: 50px;height:50px;"> @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