@extends('dashboard.layouts.master') @section('title') Opet dashboard @endsection @section('content')
@include('dashboard.layouts.nav') @include('dashboard.layouts.aside')

Our Partners

@if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('errors'))
{{Session::get('errors')}}
@endif
@if(@isset($data) && !@empty($data)) @foreach( $data as $index => $info) @endforeach @else @endif
# Image Alt Action
{{$index +1 }}
{{$info->alt}} Delete
No Data
@endsection