@extends('admin.layout.layout') @section('content')

{{ $title }}

@if(Session::has('error_message')) @endif @if(Session::has('success_message')) @endif @if($errors->any()) @endif
@csrf
@include('admin.filters.category_filters')
@if(!empty($product['product_image'])) View Image |  Delete Image @endif
@if(!empty($product['product_video'])) View Video |  Delete Video @endif
@include('admin.layout.footer')
@endsection