@extends('layouts.adminLayout.admin_design') @section('content')

Update Category

{{ csrf_field() }}
@if(Session::has('flash_message_success')) @endif @if(Session::has('flash_message_error')) @endif
@if(!empty($category->image)) @endif
@if(!empty($category->image)) | Delete @endif
@endsection