@extends('admin.layout.app') @section('heading', 'Update Blog All Page') @section('rightside_button') View All @endsection @section('main_content')
@csrf

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