@extends('layouts.mains') @section('content')

{!! csrf_field() !!}
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach


@endsection