@extends('layouts.master_pub') @section('title') VoiceSync: Plans and Pricing @endsection @section('content.header.title') VoiceSync @endsection @section('content')

Sign up

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection