@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Edit category")}}

@if($errors->has('category')) @endif
@endsection