@extends('layouts.app') @section('content')
image not fopund
{{ csrf_field() }}
( রেজিস্ট্রেশন সম্পাদনের এর জন্য সকল তথ্য বাংলায় লিখুন )

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection