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

Create Task

Back
@csrf
{{ $errors->first('title') }}
{{ $errors->first('vidhansabha') }}
{{ $errors->first('date') }}
{{ $errors->first('user') }}
{{ $errors->first('description')}}
@endsection @push('footerscript') @endpush