@extends('templates.'.sc_store('template').'.shop_layout') @section('main')
@csrf
@if($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{ $dataUser['email'] }}
@if($errors->has('address1')) {{ $errors->first('address1') }} @endif
@if($errors->has('address2')) {{ $errors->first('address2') }} @endif
@php $country = (old('country'))?old('country'):$dataUser['country']; @endphp
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@endsection @section('breadcrumb') @endsection