@extends('layouts.admin') @section('title') Pagine web @stop @section('content')
Aggiungi
@foreach($pages as $page) @endforeach
Titolo Online
{{$page->title}} {{$page->online ? 'Si' : 'No'}}
@csrf @method('DELETE')
@stop @section('extra_css') @stop @section('extra_js') @stop