@extends('layout') @section('content')

@include('partials.breadcrumb')

@if(Auth::user()->status == 0)

Your Account Has been Blocked

@endif @if(Auth::user()->email_verify == 0 )
{{ csrf_field() }}
{{ csrf_field() }}
@elseif(Auth::user()->phone_verify == 0)
{{ csrf_field() }}
{{ csrf_field() }}
@endif
@stop