@extends('layouts.app') @section('content')
In-Progress Sags List
@foreach($bilties as $key => $bilty) @endforeach
# Bilty Number Manual Bilty Number Create By From To No. of Sags Bilty Status Action
{{ ++$key }} {{ $bilty->bilty_number }} {{ $bilty->manual_bilty_number }} {{ $bilty->createdBy->name }} {{ $bilty->From->name }} {{ $bilty->To->name }} {{ count($bilty->sags) }} {{ $bilty->status == 1 ? 'Closed' : 'En-Route' }}
@endsection