@extends('admin') @section('content')
Home Image {{--{!!link_to_route('imglist.create','',['pid'=>$pid],['class'=>'glyphicon-plus btn btn-xs btn-primary pull-right'])!!}--}}
@foreach($homeImages as $row) @endforeach
S.No Image Caption Action
{{$i++}} {{ $row->title}} {!! link_to_route('homeimage.edit','Edit',$row->id,['class'=>'glyphicon glyphicon-pencil btn btn-xs btn-primary']) !!} {{--{!! link_to_route('imglist.destroy','Delete',$row->id,['data-method'=>'delete','class'=>'glyphicon-pencil btn btn-xs btn-danger']) !!}--}}
@stop