@extends('layouts.master') @section('title','Input '. __('Good Receipt')) @section('css') @endsection @section('content')

{{__('Good Receipt')}} Input

@csrf
{{__('Good Receipt')}} Transaction
{{__('Good Receipt')}} Details
{{__('Purchase Order Number')}} {{__('Item')}} Unit Qty Actions
@if (session('error')) @endif @endsection @section('scripts') @endsection