@extends('dashboard.layouts.master' ) @section('content')

{{__('admin.Edit Feature')}}

{{ method_field('patch') }} {{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('place')) {{ $errors->first('place') }} @endif
@if ($errors->has('place')) {{ $errors->first('place') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
{{----}}
@endsection