@extends('layouts.app') {{--Important Variables--}} @section('title') Purchase Requisition & Order @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') Purchase Requisition & Order Report PURCHASE REQUISITION No date select show start to now {{ csrf_field() }} Select Project Name @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif to REQUISITION ID Put Your Requisition Id {{ csrf_field() }} PURCHASE REQUISITION No date select show start to now {{ csrf_field() }} Select Project Name @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif to PURCHASE ORDER Anything is select show all {{ csrf_field() }} Select Project Name @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif to PURCHASE ORDER ID Put Your Order Id {{ csrf_field() }} PURCHASE ORDER Anything is select show all {{ csrf_field() }} Select Project Name @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif to @stop @push('include-css') @endpush @push('include-js') @endpush