@extends('layouts.app') @section('title', 'Purchse Invoice List') @section('content')
| Id | Date | Vendor | Po Number | Po Date | Remarks | Action |
|---|---|---|---|---|---|---|
| {{ $cl->sno }} | {{ \Carbon\Carbon::parse(str_replace('/', '-', $cl->date))->format('d/m/Y') }} | {{ $cl->vendor1 }} | {{ $cl->pono }} | {{ $cl->podate }} | {{ $cl->remarks }} | sno }}'>Edit sno}}'>Print Delete |