@extends('layouts.admin.app') @section('content') {{-- --}}
@if( Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'SA' || Session::get('permissions.user_type') == 'E' || Session::get('permissions.user_type') == 'OP' || Session::get('permissions.user_type') == 'M')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }}

@endif @endforeach

Fatal error: Uncaught Error: Call to a member function currentPage() on null in /home/rightflorist/public_html/ofadmin.rightflorist.org/resources/views/admin/product/list.blade.php:80 Stack trace: #0 {main} thrown in /home/rightflorist/public_html/ofadmin.rightflorist.org/resources/views/admin/product/list.blade.php on line 80
No. Image Title {!! CustomPaginator::sort('id', 'ID/SKU', ['direction' => true]) !!} Category Price {!! CustomPaginator::sort('is_block', 'Status', ['direction' => true]) !!}