@extends('layouts.master') @section('body')
{{ csrf_field() }}

Join TicketBeast

@icon('user', 'text-dark-muted text-xs')
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@icon('lock-closed', 'text-dark-muted text-xs')
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@endsection