@extends('back.layouts.main') @section('title' , 'Driver app updates') @section('content')
@if($data->isNotEmpty()) @foreach($data as $row) @endforeach @else @endif
# Version Notes Actions
{{$row->id}} {{$row->version}} {{$row->notes}}
id) }}" onsubmit="return confirm('Do you really want delete this?');" > @method('DELETE') @csrf
No Data Available
@stop @push('footer') @endpush @section('breadcrumbs') @stop