@extends('layouts.app') @section('title','Select Sale Return Item') @section('pages')
@include('layouts.partials.nav-menu')
@include('sale-returns.item-selection-table')
@endsection