@extends('admin.layouts.app') @section('title','edit PIA') @section('content')

Edit {{ $pia->agency_name }}

PIA List
@csrf




(Max size: 2 MB)
Only Pdf documents of maximum size of 2MB allowed @if($pia->attachment) Click Here to view document @endif

@endsection