@extends('layouts/fullLayoutMaster') @section('title', __('locale.auth.register')) @section('content')
{{config('app.name')}}
@csrf
+258
@error('phone')
{{ $message }}
@enderror
@endsection @section('vendor-script') @endsection @section('page-script') @endsection