@extends('adminlte::page') @section('content') @section('content_header', __('admin.edit_category')) @if(empty($category->image)) @php $category->image='no_image.png'; @endphp @endif
{{$error}}
{{ Session::get('success') }}