@extends('frontend.layout.master') @section('title') FSBM | {{ucfirst($slug->title)}} @endsection @section('keyword') {!!strip_tags($slug->meta_keyword)!!} @endsection @section('description') {!!strip_tags($slug->meta_desc)!!} @endsection @section('content') Register Home Register Register @csrf {{ __('Name') }} @if ($errors->has('name')) {{ $errors->first('name') }} @endif {{ __('E-Mail Address') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif Contact Number @if ($errors->has('contact_number')) {{ $errors->first('contact_number') }} @endif {{ __('Password') }} @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{ __('Confirm Password') }} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif Already have an account? Sign In! @endsection