@extends('Layouts.master') @section('content')
@include('Partials.Pages.Search.search_bar')
@foreach($data as $loan) @endforeach
@lang('user') @lang('items') @lang('date_start') @lang('date_end') @lang('action')
{{$loan->user->username}} @include('Partials.Pages.loan_items') {{date('d.m.Y',strtotime($loan->date_start))}} @if(!empty($loan->date_end)) {{date('d.m.Y',strtotime($loan->date_end))}} @else @lang('permanent') @endif @can('loans_adjust') @lang('adjust') @lang('date_end') @endcan
@include('Partials.Pages.display')
@endsection @section('scripting') @endsection