@extends('layouts.admin') @section('page-css') @endsection @section('content')

{{ $title }}

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