@extends('admin.layouts.app') @section('title', 'Main page') @section('content') {{-- {{session()->get('errors')}} --}}
@csrf
{{ $errors->first('field_name') }}
{{ $errors->first('field_type') }}
{{--
--}}
@endsection @section('extra-js') @endsection