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