@extends('includes.layouts.admin') @section('page-title') Edit Category @endsection @section('css') @endsection @section('content') Edit Category Home Edit Category @csrf @method('PUT') Upload Category Image @if ($errors->has('image')) {{ $errors->first('image') }} @endif {{-- @if ($image) @endif --}} @if ($image) getUrl() }} width="100" class="img-rounded" /> @endif Save @endsection @section('scripts') @endsection