@include('Admin.Includes.header') @php use Illuminate\Support\Facades\Auth; use App\General\ProductClass; $logged_in_user = Auth::user(); @endphp