@extends('portal.layouts.app', ['activePage' => 'gallery', 'titlePage' => __('Gallery')]) @section('content')

@foreach(\App\Gallery::all() as $gallery) @endforeach
@endsection @section('script') @endsection @section('style') @endsection