@extends('layouts.admin') @section('content') @php $lang=app()->getLocale(); @endphp
New package
@foreach ($list as $item) @endforeach
{{$item->title}} {{$item->description}} {{$item->amount}} {{$item->created_at->format('d M Y')}}
{{$item->created_at->format('h:i:s A')}}
@endsection