@extends('superadmin.layouts.app') @section('title', 'Vidhansabha - Create Admin') @section('content')

Add Profession

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