@include('shipper.layouts.includes.top-bar')
@include('shipper.layouts.includes.menu')
@include('shipper.layouts.includes.right-bar')
@yield('extra-js')
@yield('add-product-js')
{{-- @if(app()->getLocale()=='ar')--}}
@if(Session::has('success'))
@endif
@if ($errors->any())
@endif
@yield('modal')