@extends ("admin.layout", ['page'=>'home']) @section('content')

Homepage

@can('manage', Entities\Home::class) @include('admin.pages.home.photos') @endcan @can('manage', Entities\Home::class) @include('admin.pages.home.news.liste') @endcan
@endsection