@extends('back/layouts.app') @section('content') |

{{ __('words.add') }}    

{{ csrf_field() }}
{{--
--}}
@if ($errors->has('title')){{ $errors->first('title') }}@endif
@if ($errors->has('link')){{ $errors->first('link') }}@endif
@if ($errors->has('icon')){{ $errors->first('icon') }}@endif
@section('js_pagelevel') @endsection @endsection