@extends('superadmin.layout.app') @section('title', 'Election Portal - Create Post') @section('content')

Create Post

Back
@csrf
{{ $errors->first('title') }}
{{ $errors->first('post_image') }}
{{ $errors->first('post_description')}}
@endsection @push('footerscript') @endpush