@extends('layouts.appori') @section('title', ' - Entry') @section('content')
@if (session('info'))
{{session('info')}}
@endif
@csrf
%
@endsection