@extends('layouts.admin_layout') @section('title', 'Manage Post Cards') @section('content')

Manage Post Cards

@if(!empty($auth_write_status)) Add Post Card @endif
@foreach($post_card as $post_card_row) @endforeach
Image Action
@if(!empty($auth_write_status)) Edit @endif
@endsection