@extends('layouts.auth') @section('title') {{__('Create Account')}} @endsection @section('content')
{{__('Create Account')}}
{{__('Name')}}
{{__('Gender')}}

{{__('Phone')}}
{{__('Email')}}
{{__('Date Of Birth')}}
{{__('Address')}}
{{__('Login')}}
@endsection @section('scripts') @endsection