@extends('page') @section('content')

Chats

@if(Session::has('company')) @if(Session::get('company')==1)
{!! Form::select('companies', $all_companies,Session::get('temp_company'), array('class' => 'form-control form-control-sm','id' => 'company_id')) !!} {!! Form::close() !!}
@else @endif @endif
@if ($message = Session::get('success'))
{{ $message }}
@endif
No Name Product Details Chat Against Type Batch No. QR Code Date Auth.Status
@endsection