@extends('Admin.layout.main') @section('pageTitle', 'Add Insights') @section('main-container')
@csrf
@if ($errors->has('category')) {{ $errors->first('category') }} @endif
@if ($errors->has('month')) {{ $errors->first('month') }} @endif
@if ($errors->has('year')) {{ $errors->first('year') }} @endif
@if ($errors->has('insight_content')) {{ $errors->first('insight_content') }} @endif

                                
@endsection