@extends('layouts.app') @section('title','Category') @section('pages')
@csrf
Category

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('code')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Category Images

@if ($errors->has('cover_image_small')) {{ $errors->first('cover_image_small') }} @endif
@if ($errors->has('cover_image_large')) {{ $errors->first('cover_image_large') }} @endif
Is Featured
Website View
@endsection