@extends('frontend.app') @section('content')
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('mobile') }}
{{ $errors->first('currency_id') }}
{{ $errors->first('old_password') }}
{{ $errors->first('new_password') }}
{{ $errors->first('confirm_password') }}
{{ $errors->first('line_1') }}
{{ $errors->first('line_2') }}
{{ $errors->first('country_id') }}
{{ $errors->first('district') }}
{{ $errors->first('postal_code') }}