@extends('oxygen::layouts.master-auth') @section('content')
{{ __('Register') }}
@csrf @include('oxygen::auth.register_form_fields')
@endsection