@extends('backend.admin.layouts.master') @section('content')

Dashboard {{$heading}}

Download Latest Update File
@if($authUser->developer)
@endif
@foreach($updates as $update) @endforeach @if(count($updates)==0) @endif
File/Download Date
{{$update->title}} | Download Latest Update File {{date('d F, Y | H:i A',strtotime($update->created_at))}}
File Not Found !
@endsection @section('livewireScript') @error('file') @enderror @endsection