@extends('layouts.admin') @section('title', 'Create Category') @section('breadcrumbs', 'Categories' ) @section('second-breadcrumb')
  • Create
  • @endsection @section('content')

    @csrf
    {{$errors->first('name')}}
    {{$errors->first('description')}}
    {{$errors->first('image')}}
    Back
    @endsection