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

@if($email) Edit Setup @else Email Setup @endif

{{ csrf_field() }}
@if($email) @else @endif
@endsection