@extends('layouts.app') @section('style') @endsection @section('content')
@csrf {{-- SSS --}}

SSS Information

@if ($errors->has('sss_no'))
{{ $errors->first('sss_no') }}
@endif
@if ($errors->has('e1_file'))
{{ $errors->first('e1_file') }}
@endif
@section('script') @endsection @endsection