@extends('web.layouts.layout') @section('content') @include('web.pages.auth.merchant.header') @CSRF {{__('web.country_id')}} {{__('web.select')}} @foreach($countries as $row) id ? 'selected' : '' }} value="{{$row->id}}">{{$row->title}} @endforeach {{__('web.region_id')}} {{__('web.select')}} @foreach($regions as $row) id ? 'selected' : '' }} value="{{$row->id}}">{{$row->title}} @endforeach {{__('web.city_id')}} {{__('web.select')}} @foreach($cities as $row) id ? 'selected' : '' }} value="{{$row->id}}">{{$row->title}} @endforeach {{__('web.address')}} {{__('web.back')}} {{__('web.next')}} @endsection @section('inject_js') @endsection