@extends('main') @section('content')
Business Card Digital
@foreach ($cards as $post)
{{$post->title}}
status==0) checked @endif>
@method('DELETE') @csrf
@endforeach
{{ $cards->links() }}
@endsection