@include('include.datatable-css')
@foreach ($packages as $package) @endforeach
Photo Title Price Trial Price Type From Day To Day Status Created On Action
@if ($package->thumbnail != NULL) @if (Storage::exists($package->thumbnail)) photo @else photo @endif @else photo @endif {{ Str::limit($package->title, 50, ' ...') }} ${{ number_format($package->price, 2) }} ${{ number_format($package->trial_price, 2) }} {{ $package->type }} {{ $package->from_day }} {{ $package->to_day }} @if ($package->active == '1') Active @else Active @endif {{ $package->created_at }}
@include('include.datatable')