@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('css') @endsection @section('content')
@include('commons.notifications')
@if(session('current_user.rejected_rows_filename') !== null) @endif
@endsection @section('javascript') @endsection