@extends('adminlte::page') @section('title', 'Licencias') @section('content_header') @stop @section('content')
@if (session('success'))
{{ session('success') }}
@elseif (session('error'))
{{ session('error') }}
@endif @foreach ($licenciasAnuladas as $licenciaAnulada) @if ($licenciaAnulada->estado == 1) @else @endif @endforeach
@stop @section('css') @stop @section('js') @stop