@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 Submit @endsection @push('footer-script') @endpush