@extends('out.auth_master') @section('styles') @endsection @section('content') My Account Home {{ $title }} {{ $title }} @include('alert') @csrf First Name * Last Name * Email * Mobile * Submit @include('out.other_footer') @endsection @section('scripts') @include('phone_js') @endsection