@extends('layouts.app2') @section('content')

Corridor Logs

@if(Session::has('flash_message'))

{{ Session::get('flash_message') }}

@endif
Corridor Logs
@foreach($corridor_logs as $item) @endforeach
Date User Activity Corridor (From/To/Border/KM) Remarks
{{ Helper::convert_to_ddmmyyhis($item->created_at) }} {{ ucwords($item->user->name) }} {{ $item->activity }} {{ ucwords($item->corridor->from) }} / {{ ucwords($item->corridor->to) }} / {{ $item->corridor->border }} / {{ $item->corridor->km }} {{ $item->remarks }}
{{ $corridor_logs->render()}}


@endsection @section('scripts') @endsection