@extends('app') @section('head') @include('partial.head') @endsection @section('content') @include('partial.topbar') {{ __('GALERI') }} @foreach($data as $key => $var) @if($var->file != '') @else @endif {{ $var->name }} @endforeach @include('partial.footer') @endsection @section('footer') @include('partial.script') @endsection
{{ $var->name }}