@extends('dashboard.layouts.master' ) @section('content') {{__('admin.Edit Feature')}} {{__('admin.Features')}} {{__('admin.Edit Feature')}} {{ method_field('patch') }} {{ csrf_field() }} {{__('admin.Title')}} @if ($errors->has('title')) {{ $errors->first('title') }} @endif {{__('admin.place')}} place == 'top') selected @endif>{{__('top')}} place == 'navbar') selected @endif>{{__('navbar')}} @if ($errors->has('place')) {{ $errors->first('place') }} @endif {{__('admin.home')}} home == '1') selected @endif>YES home == '0') selected @endif>NO @if ($errors->has('place')) {{ $errors->first('place') }} @endif {{__('admin.Type')}} @if ($errors->has('type')) {{ $errors->first('type') }} @endif {{----}} {{__('admin.edit')}} @endsection