@extends('admin.template.master') @section('title', $title) @section('content') @php $id = ''; $title = ''; $category = ''; $tag = ''; $short = ''; $description = ''; $image = ''; $credit = ''; $credit_url = ''; if(isset($blogData)) { $id = $blogData->id; $title = $blogData->title; $category = $blogData->category; $tag = $blogData->tag; $short = $blogData->short_description; $description = $blogData->description; $image = $blogData->image; $credit = $blogData->credit; $credit_url = $blogData->credit_url; } $userId= Auth::user()->id; @endphp
{{-- --}}

Blogs

@include('admin.partials.flash_message')
@csrf() @if(!empty($method)) @method($method) @endif

About Blogs

Max Size 2 mb
@if(trim($image)) @else @endif
@endsection