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

ট্রান্সফার স্টক এডমিন


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