@extends('voyager::master')
@section('page_title', __('voyager::generic.viewing').' '.'Shops')
@section('page_header')
Shop
@stop
@section('content')
@php ($baseURL = 'http://www.dexoman.com')
@php ($storageUrl = $baseURL.'/storage/')
@php ($adminURL = $baseURL.'/admin/')
@yield('body')
@stop