@extends('includes.layouts.admin') @section('page-title') Edit Category @endsection @section('css') @endsection @section('content')

Edit Category

@csrf @method('PUT')
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{-- {{ $image ? $image->name : '' }} @if ($image) @endif --}}
@if ($image)
getUrl() }} width="100" class="img-rounded" />
@endif
@endsection @section('scripts') @endsection