@extends('layouts.app') @section('title') Search Student @endsection @section('content')
  • assistant_photoAction
  • printAnother action
  • favoriteSomething else here
@if ($message = Session::get('error'))

{{ $message }}

@endif
@endsection