@extends('layouts.main') @section('content')

PI Management


Back Go To Trash @can('pi-create') Add New PI @endcan
@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach($data as $value) @endforeach
No PI_no Company Name Quotation_no Action Created Date
{{$value->pi_no}} {{$value->getCompany->name}} {{$value->quotation_no}} | @can('pi-print') | @endcan @can('pi-mail') | @endcan @can('pi-delete') @endcan {{$value->created_at}}
@include('pi.create') @include('pi.mail') @include('pi.trash') @include('pi.printoption') @include('pi.printformate') @endsection