@extends('admin.layout')
@section('content')
Manage About
| Id |
Image |
Main Headline |
Main text |
Action |
@foreach($lists as $list)
| {{$list->id}} |
|
{{$list->headline}} |
{{$list->mtext}} |
|
@endforeach
Manage Bottom About
| Id |
Second Headline |
Text |
Action |
@foreach($seccondlists as $seccondlist)
| {{$seccondlist->id}} |
{{$seccondlist->sheadline}} |
{{$seccondlist->text}} |
|
@endforeach
| Id |
Second Headline |
Text |
Action |
@endsection