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

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

@csrf
@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