{{-- Extends layout --}} @extends('admin.layouts.app') {{-- Content --}} @section('content')

Sayfa Listesi

{{ __('Yeni Sayfa Ekle') }}
@foreach($pages as $page) @endforeach
{{ __('Link') }} {{ __('Başlık') }} {{ __('İşlemler') }}
{{ $page->page_link }} {{ $page->page_title }} {{ __('Güncelle') }}
{{ $pages->links() }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @endsection