@extends('layouts.admin') @section('title','Dashboard') @section('css') @endsection @section('breadcrumb', 'Add Categoty') @section('content')
Add Category
@csrf
@if ($errors->has('name')) {{$errors->first('name')}} @endif
@if ($errors->has('icon')) {{$errors->first('icon')}} @endif
@endsection