@extends('admin.layout.app') @section('heading', 'Edit Blog') @section('rightside_button') View All @endsection @section('main_content')
@csrf
Blog Card :

@if ($row_data->card_photo) @endif
Blog Details :

@if ($row_data->blog_photo) @endif

@if ($row_data->blog_photo2) @endif
@endsection