@extends('admin.layouts.app') @section('title', 'Main page') @section('content') {{-- {{session()->get('errors')}} --}}
@csrf
{{ $errors->first('name') }}
{{ $errors->first('short_description') }}
{{ $errors->first('description') }}
@endsection