@extends('layout.main') @section('content')
@foreach($data as $attachment)
@endforeach
{!! $data->appends(['search' => $search])->links() !!} @endsection