@extends('layouts.admin.app') @section('content')
{{ __('trans.category.title') }} @yield('title')
@csrf @method('PUT')
@if (!empty(old('img', $category->img))) @endif
@endsection