@extends('layouts.dashboard.dashboard') @section('title', 'Registro de movimientos') @section('content')
ENTRADA DE ANTIBIOTICO @csrf @if (session('sucursalSession') == 'TODOS' || session('rolSession') != 'USUARIO')
@else
@endif
@csrf
@include('layouts.dashboard.partials.movimientos.registros.modals') @endsection @section('scripts') @endsection