@extends('layouts.cs.transaction') @section('home', 'active') @section('left-lg-side')
@endsection @section('right-lg-side')
Billed To:
{{ $memberDetails->firstname }} {{ $memberDetails->middlename }} {{ $memberDetails->lastname }} ({{ $memberDetails->description }})
{{ ucwords(strtolower($defaultStore->description)), '' }}
SKU Description Qty Price Total
@if ($memberDetails->canBorrow === 1)
@else
This user is not permitted to perform a borrow transaction.
@endif
@endsection {{-- @section('left-md-side')
Name
@endsection --}} {{-- @section('right-md-side')
BILLED TO:
{{ $memberDetails->firstname, '' }} {{ $memberDetails->middlename, '' }} {{ $memberDetails->lastname, '' }} {{ $memberDetails->description, '' }}
SKU Description Qty Price Total
@if ($memberDetails->canBorrow === 1)
@else
This user is not permitted to perform a borrow transaction.
@endif
@endsection --}} @section('modals') {{-- Include if the Group ID is 7 or Authorized Representative --}} {{-- @if ($memberGroupId === '7') @endif --}} @endsection @section('scripts') @endsection