@extends('layouts.app') @section('title', __('warehouse.stock_transfer_report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('warehouse.stock_transfer_report') }}
{{ __('app.records') }}
# {{ __('warehouse.transfer_code') }} {{ __('app.date') }} {{ __('app.created_by') }}
@endsection @section('js') @include("plugin.export-table") @endsection