@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }} @if (Helper::checkAccess('vendors_add')) {{ __('lbl.add_new') }} @endif @if (Helper::checkAccess('vendors_import')) {{ __('lbl.upload_csv') }} {{ __('lbl.download_csv') }} @endif

{{ __('lbl.vendor_name') }} {{ __('lbl.contact_name') }} {{ __('lbl.email') }} {{ __('lbl.status') }} {{ __('lbl.action') }}
{{Form::hidden('vendorsindex',route('vendors.index'),['id'=>'vendorsindex'])}} @endsection @section('pagescript') {!! Helper::datatablelib('vendors/list.js') !!} @stop