@extends('includes.layouts.admin') @section('page-title') Add Category @endsection @section('css') @endsection @section('content')

Add Category

@csrf
{{-- {{ dump($categories) }} --}}
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{--
--}}
@endsection @section('scripts') @endsection