@extends('layout.default') @section('title','Manage Gallery') @section('title','Manage Partner Logo') @section('style') @endsection @section('content')

Gallery Image

@include('section.gallery.modal_upload')
@include('layout.alerts.index') @foreach ($data as $key => $value) @endforeach
@endsection @section('script') @endsection