@extends('admin.layout.master') @section('css') @endsection @section('content') {{awtTrans('التاريخ')}} {{awtTrans('اسم الباقه')}} {{awtTrans('المشاهدات المتوقعه')}} {{awtTrans('سعر الباقه')}} {{awtTrans(' اللوجو ')}} {{awtTrans(' عرض المشتركين ')}} {{awtTrans('التحكم')}} @foreach($rows as $row) {{\Carbon\Carbon::parse($row->created_at)->format('d/m/Y')}} {{$row->name?? ''}} {{$row->expected_views??''}} {{$row->price??''}} @endforeach {{-- #table --}} @endsection @section('js') {{-- delete all script --}} {{-- delete all script --}} {{-- delete one user script --}} {{-- delete one user script --}} @endsection