@extends('layouts.app') @section('title',($vendorList->exists ? 'Edit' : 'Create').' Vendor List | BASCORE') @section('content') @php $route = $vendorList->exists ? route('vendor-lists.update',$vendorList) : route('vendor-lists.store'); $rows = old('items', $lines); @endphp