@extends('layouts.app') @section('styles') @endsection @section('content')
الصفحات الثابته
@foreach ($static_pages as $static_page) @endforeach
الاسم بالعربي الاسم بالانجليزي إجرات
{{ $static_page->getTranslatedName('ar') }} {{ $static_page->getTranslatedName('en') }} @if (auth()->user()->isAbleTo(['update_static_pages'])) @endif @if (auth()->user()->isAbleTo(['delete_static_pages'])) @endif
@endsection('content') @section('scripts') @endsection