@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ getTitleInPage() }}


@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
{{ getTitleInPage() }} - List
Add
@foreach($data as $datas) @if($datas->is_relation == 1 && !in_array('1',$role_id)) @else @endif @endforeach
No. Supplier Name Supplier Type Name Of Person Email Contact No. Type Status Actions
{{ $i }} {{ $datas->name }} {{ $datas->mt_name }} {{ $datas->contact_name }} {{ $datas->contact_email }} {{ $datas->contact_phone }} {{ isset($datas->regular)?'Regular':'Individual' }} {{ ($datas->status == 0 )? 'Inactive':'Active'}}
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection