@extends('layout.default') @section('title','Detail Partner Logos') @section('content')

Gallery Square

{{--
@include('section.gallery.modal_upload')
--}}
@include('layout.alerts.index')
@foreach($data as $item) @endforeach
@include('section.gallery.pagination')
@endsection @section('script') @endsection