@extends('core::layouts.master') @section('breadcrumb','Cấu hình bán hàng') @section('head-action') {{ Form::bsNavButton('Thêm địa chỉ',route('admin.order.setting.shop.create')) }} @endsection @section('scripts') @endsection @section('content')
{{@$address['fullname']}}
{{$address['email']}}
{{$address['phone']}}
{{$address['address'].', '.$address['district'].', '.$address['province']}}