@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('earn_revenues_title')) {{ $errors->first('earn_revenues_title') }} @endif
@if ($errors->has('earn_revenues_sub_title')) {{ $errors->first('earn_revenues_sub_title') }} @endif
{!! Form::close() !!}
@foreach($earnRevenue as $key => $data)
Card image cap

{{$data->title}}

{!! $data->icon !!}

{{$data->details}}

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