@extends('master.app') @section('title', 'Stock') @section('body') Add @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @include('general.valert') @method('post') @csrf انتحاب پروژه @foreach ($projects as $row) {{ $row->name ." -".$row->code}} @endforeach Name Fahter Name Plate Number Engine Number Model Contract Amount Contract Start Date Contract Close Date Save @endsection @section('pageJs') @endsection