@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')

local_shipping {{ $title }}

{{ trans('eventSetting.supplier_name') }} {{ trans('eventSetting.email') }} {{ trans('eventSetting.contact') }} {{ trans('eventSetting.address') }}
@stop {{-- Scripts --}} @section('scripts') @stop