@extends('layouts.master') @section('title',trans('dashboard.edit_feature')) @section('css') @endsection @section('page-content')

@lang('dashboard.add_feature')

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (session()->has('edit')) @endif
@csrf
@endsection @section('js') @endsection