@extends('layouts.admin_layout') @section('title', 'Edit News Category') @section('content')

Edit News Category

Edit News Category

@csrf
@if(!empty($news_category->banner_image))

@endif
@if(!empty($news_category->banner_image_mobile))

@endif
@endsection