@extends('admin.layout.app') @section('content')
{{-- Card --}}

Create Category

@csrf {{-- Category Name --}}
@if ($errors->has('heading')) {{ $errors->first('heading') }} @endif
{{-- Banner Image --}}
@if ($errors->has('bannerimage')) {{ $errors->first('bannerimage') }} @endif
Recommended size: 1200 x 800px. Only jpg, png, jpeg allowed.
{{-- Image Alt --}}
@if ($errors->has('image_alt')) {{ $errors->first('image_alt') }} @endif
{{-- Category Image --}}
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
Recommended size: 1200 x 800px. Only jpg, png, jpeg allowed.
{{-- Status --}}
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{-- Submit --}}
{{-- /Card --}}
@endsection @push('scripts') @endpush