@extends('layouts.list-layout') @section('listCSS') @endsection @section('list-title')
{{ __('Stock Move List') }}
@endsection @if(Helpers::has_permission(Auth::user()->id, 'add_stock_transfer')) @section('list-add-button')  {{ __('New Transfer') }} @endsection @endif @section('list-form-content')
@php use App\Model\Location; @endphp
@endsection @section('list-js') @endsection