@extends('page') @section('content')
Product Reports
@if ($message = Session::get('success'))
{{ $message }}
@endif
Company
-- Select Company --
@foreach($companies as $company)
{{$company->company_name}}
@endforeach
Category
-- Select Category --
@foreach($categories as $category)
{{$category->category}}
@if($category->subCategory->isNotEmpty()) @foreach($category->subCategory as $subCategory)
--{{$subCategory->category}}
@endforeach @endif @endforeach
Status
-- Select Status --
Active
Inactive
Start Date
End Date
No
Code
Model No
Name
Brand
Warranty
Promotion
Description
Date Added
@endsection