@extends('admin.layouts.main') @section('content')

Static texts

@foreach($rows as $row) @endforeach
Name Content Image Image ALT Action
{{$row->name}} {{$row->text}} {{$row->image_alt}}
@endsection