@extends('layouts.app') @section('title') Student Statement @endsection @section('content')
@if (session('error')) @elseif(session('success')) @endif
Search Student

{{-- column1 --}}


@endsection