@extends('admin.layout.master') @section('css') @stop @section('body')
{!! Form::model($basic,['route'=>['manage-footer-update'],'method'=>'PUT','role'=>'form','class'=>'form-horizontal','files'=>true]) !!}
@if ($errors->has('featured')) {{ $errors->first('featured') }} @endif
@if ($errors->has('featured_subtitle')) {{ $errors->first('featured_subtitle') }} @endif



{!! Form::close() !!}
@foreach($features as $key => $data)
{{$data->title}}

@endforeach
@stop @section('script') @stop