@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ $title }}
{{ getPhrase('image')}} |
{{ getPhrase('action')}} |
@if(count($sub_records) > 0 )
@foreach($sub_records as $myrecord)
@if($myrecord->image)
 |
@else
 |
@endif
Delete |
@endforeach
@else
|
No Images are avaialble Click to add images |
@endif
@endsection
@section('footer_scripts')
@stop