@extends('layouts.template') @section('title') Tambah Master Poliklinik | SIMRS @endsection @section('pagetitle') Tambah Master Poliklinik @endsection @section('breadcumb') @endsection @section('content')
@csrf

Form Tambah Poliklinik


@error('poli_nama')
{{ $message }}
@enderror
@endsection