@extends('user.layouts.app') @section('content')
@if (Session::has('message')) @elseif (Session::has('error')) @endif @if($errors->any()) @endif {{-- @if($errors->has('accept')) @endif --}}
@endsection