@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','custom_page')->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('lang_key','create')->first()->custom_text }}

{{ $websiteLang->where('lang_key','custom_page')->first()->custom_text }}
@foreach ($pages as $index => $item) @endforeach
{{ $websiteLang->where('lang_key','serial')->first()->custom_text }} {{ $websiteLang->where('lang_key','page_name')->first()->custom_text }} {{ $websiteLang->where('lang_key','status')->first()->custom_text }} {{ $websiteLang->where('lang_key','action')->first()->custom_text }}
{{ ++$index }} {{ $item->page_name }} @if ($item->status==1) @else @endif
@endsection