@extends('system.public.public_layout') @section('body-class', 'blog-page') @push('styles') @endpush @section('content')
Blog

Guías para farmacias y boticas en Perú

Aprende a gestionar mejor tu farmacia: FEFO, DIGEMID, facturación SUNAT y control de inventario.

@if(count($posts) > 0)
@foreach($posts as $post)
{{ $post['category'] }}

{{ $post['title'] }}

{{ $post['excerpt'] }}

@endforeach
@else
Próximamente publicaremos artículos sobre gestión de farmacias.
@endif
@endsection