@extends('dashboard.layouts.master') @section('content') {{__('admin.Add Feature')}} {{__('admin.Features')}} {{__('admin.Add Feature')}} @csrf {{__('admin.Title')}} @if ($errors->has('title')) {{ $errors->first('title') }} @endif {{__('admin.place')}} {{__('admin.item_in_journal_header')}} {{__('admin.item_in_journal_information')}} @if ($errors->has('place')) {{ $errors->first('place') }} @endif {{__('admin.home')}} YES NO @if ($errors->has('place')) {{ $errors->first('place') }} @endif {{__('admin.Type')}} @if ($errors->has('type')) {{ $errors->first('type') }} @endif {{----}} {{__('admin.Add')}} @endsection