@extends('layouts.admin') @section('page-css') @endsection @section('content') {{ $title }} Dashboard {{ $title }} Add Card S.No Title Category Price Card Validate Action @foreach ($all_data as $all) {{ $loop->iteration }} {{ $all->title }} {{ $all->CardCategories->title }} {{ get_price($all->price) }} {{ $all->card_validate}} @endforeach @endsection @section('page-scripts') {{-- --}} {{-- --}} @endsection