@foreach($pages as $key => $row) {{-- @if($row->id != 1)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @endif--}} @if($row->id == 1) {{ $row->why_us_title }} @endif @if($row->id == 2) {{ $row->about_us_overview_title }} @endif @if($row->id == 3) {{ $row->about_us_social_responsibility_title }} @endif @if($row->id == 4) {{ $row->about_us_company_strategy_title }} @endif @if($row->id == 5) {{ $row->vision_title }} @endif @if($row->id == 6) {{ $row->culture_values_title }} @endif @if($row->id == 7) {{ $row->performance_development_title }} @endif {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} {{-- @if($row->id == 1)--}} {{-- {{ __('dashboard.edit') }}--}} {{-- @else:--}} {{-- @if($row->deleted_at)--}} {{-- {{ __('dashboard.restore') }}--}} {{-- {{ __('dashboard.delete') }}--}} {{-- @else--}} {{ __('dashboard.edit') }} {{-- {{ __('dashboard.trash') }}--}} {{-- @endif--}} {{-- @endif--}} @endforeach {{--@if( count( $pages ) )--}} {{-- {{ $pages->links() }} --}} {{--@endif--}}