@extends('layouts.master') @section('title') {{ __('feature_sections') }} @endsection @section('content')

{{ __('create') }} {{ __('feature_sections') }}

@csrf
{!! Form::text('title', null, ['required', 'placeholder' => __('title'), 'class' => 'form-control']) !!}
{!! Form::text('heading', null, ['required', 'placeholder' => __('heading'), 'class' => 'form-control']) !!}

{{ __('list') }} {{ __('sections') }}

{{ __('id') }} {{ __('no.') }} {{ __('title') }} {{ __('heading') }} {{ __('action') }}
@endsection @section('script') @endsection