@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

Memory Cards

@can('configure-data') {{ trans('labels.create') }} @endcan
@endsection @section('content')
@foreach($cards as $card) @endforeach
Id Image Action
{{$card->id}}
@endsection @section('script') @endsection