@extends('layouts.main') @section('title','Import Siswa') @section('header','Import Siswa') @section('breadcrumb') @endsection @section('content') @if(Session::has('message'))

{{ Session::get('message') }}

@endif {{-- @include('layouts.index.filters', ['date_range' => 1, 'filter' => 1, 'filter_default' => 'Today', 'exports' => 0, 'create' => 0]) --}}
@if($user->level_user == 1)
@else @if($user->jenis_sekolah)
@endif @endif
@if($update) @endif @endsection @push('custom-scripts') @if($update) @endif @endpush