@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
| ID |
Type |
Description |
Added / Modified date |
Action |
@if(count($slogan)>0)
@foreach ($slogan as $key=>$slogan1)
| {{ $slogan1->id }} |
{{ $slogan1->type }} |
{{ $slogan1->slogan }} |
{{ $slogan1->created }}
|
|
@endforeach
@else
| No record found! |
@endif
{{$slogan->links()}}