@extends('master.app') @section('title', 'Stock') @section('body') Edit @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @include('general.valert') @method('PUT') @csrf Name Fahter Name Plate Number Engine Number Model Contract Amount Contract Start Date Contract Close Date Save @endsection @section('pageJs') @endsection