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