@extends('master.app') @section('title', 'customer') @section('body') Create Invoice Items @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @method('get') @lang('Cats') Choose @foreach ($categories as $row) cat_id==$row->id) {{ "selected" }} @endif> {{ $row->title_en }} @endforeach @lang('Weight') Choose @foreach ($weights as $row) id==$item->weight_id) {{ "selected" }} @endif> {{ $row->title_en }} @endforeach @lang('Stocks') Choose id==$item->stock_id) {{ "selected" }} @endif>{{ $stock->quantity . " " . $stock->sub_category->title_en }} @lang('sale Price') @lang('Qunatity') @endsection @section('pageJs') @endsection