@extends('layouts.app_admin') @section('content')
{{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif
Cancel
@endsection