@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
{{ucfirst($visibility)}} Product List
@if (!empty($outlet)) @foreach ($outlet as $row => $data) @if ($data['id_outlet'] == $key)
@if (!empty($product))
= 10 ||count($id_visibility) == $total) checked @endif>
@endif @if (!empty($product)) @foreach ($product as $col => $pro) @if (empty($pro['category'])) @else @endif @endforeach @else @endif
Code Category Name
{{ $pro['product_code'] }} Uncategorize{{ $pro['category'][0]['product_category_name'] }} {{ $pro['product_name'] }}
There is no {{lcfirst($visibility)}} product in this outlet
{{ csrf_field() }}
@if (!empty($product))
@if ($paginator) {{ $paginator->links() }} @endif
@if($visibility == 'Visible') @else @endif
@endif
@endif @endforeach @endif
@endsection