{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'City List') @section('content') {{-- Add City --}}

About

@if (count($abouts) == 0) @endif
{{ $abouts->links() }} @forelse ($abouts as $key => $about) @empty @endforelse
# About Image Description Created Created By
{{$key + $abouts->firstItem()}} @if ($about->image) @else - @endif {{$about->description}} {{$about->created_time}} Admin
edit
{{ $abouts->links() }}
@endsection