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

Pag-Ibig Information

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