@extends('irban.irban-template') @section('title', $title) @section('css') @endsection @section('content')

{{$title}}

Home

Export Excel Laporan

@csrf

@include('exports.export-laporan')
{{$laporans->appends(request()->input())->links()}}
@endsection @section('script') @endsection