@extends('mla.layouts.app') @section('title', 'Vidhansabha - Create Profile') @section('content')

Profile

Profile
@csrf
{{ $errors->first('name')}}
{{ $errors->first('email')}}
{{ $errors->first('mobile_no')}}
{{ $errors->first('profile_image')}}
@endsection