@extends('user.layout.master') @section('body')
@csrf

ট্রান্সফার স্টক


@if($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('entry_date')) {{ $errors->first('entry_date') }} @endif
@if(isset($data))
@endif
@endsection