@extends('index') @section('web')
{{trans('web.gallery')}}
@foreach($data as $key => $val) @endforeach
{{$data->links()}}
@endsection