@extends('admin.layouts.app') @section('title', 'Vidhansabha - Create MLA') @section('content')

Add MLA

Add MLA
@csrf
{{ $errors->first('vidhansahba')}}
{{ $errors->first('party')}}
{{ $errors->first('name')}}
{{ $errors->first('email')}}
{{ $errors->first('mobile_no')}}
{{ $errors->first('password')}}
@endsection