@extends('layouts.admin_layout') @section('title', 'Manage Post Cards') @section('content') Manage Post Cards Home Manage Post Cards @if(!empty($auth_write_status)) Add Post Card Save Sorting @endif Image Action @foreach($post_card as $post_card_row) @if(!empty($auth_write_status)) Edit @endif @endforeach @endsection