@extends('layouts.master') @section('title') {{isset($category) ? 'Edit category': 'Add category'}} @endsection @section('css') @endsection @section('page-header')
{{$errors->first('name')}}
{{$errors->first('parent_id')}}
{{$errors->first('image')}}