@extends('web.layouts.layout') @section('content')
@include('web.layouts.header')
@CSRF
@if($status == 'visitor')
@if($status == 'visitor')

{{__('web.user_info')}}

@endif
@endif

{{__('web.addresses_fatoorah')}}

{{__('web.addresses')}}
@foreach($locations as $key=>$row)
@endforeach @if(\Auth::user())
@endif

{{__('web.way_pay')}}

{{__('web.way_pay_desc')}}
@foreach($accounts as $row) @endforeach
{{__('accounts.bank')}} {{__('accounts.name')}} {{__('accounts.account_number')}} {{__('accounts.iban')}}
{{$row->bank}} {{$row->name}} {{$row->account_number}} {{$row->iban}}
{{__('web.upload_image')}}

{{__('web.cobon_disc')}}

{{__('orders.note')}}

{{__('web.max_250')}}

@include('web.pages.components.cart.cart')

{{__('web.order_accept')}}الشروط والأحكام

@section('inject_js') @endsection @stop