{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title', 'Referencias') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content') @include('pages.supplier.modals.supplier-user-modal') @include('pages.supplier.modals.supplier-product-modal')
@include('pages.supplier.tabs.information-tab') @if ($userDefault->userType === 1 || $userDefault->userType === 2) @include('pages.supplier.tabs.account-tab') @include('pages.supplier.tabs.products-tab') @endif
@if ($userDefault->userType === 1 || $userDefault->userType === 2) @endif

Imagen 325x260

@if($userDefault->userType === 1 || $userDefault->userType === 2) @else @endif
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection