@extends('layouts.app') @section('stitle', 'Inventory Transfers') @section('title', __('messages.InventoryTransfers')) @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif

{{__('messages.CreateInventoryTransfers')}}

@csrf
@endsection