@extends('admin.layouts.default') {{-- Page title --}} @section('title') Create feature @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Create feature

@if ($errors->any())
@endif
@stop