@extends('layouts.app-general') @section('content')

CATEGORIAS DE LA CALCULADORA

@yield('content')
@if(session('flash_message'))
Enhorabuena!, {{ session('flash_message') }}
@endif

@if(!isset($category)) Agregar categoria @elseif(strstr(Request::url(), "view")) Ver categoria @else Editar categoria @endif

@if(isset($category))
@else @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('tax_porcent_gravamen')) {{ $errors->first('tax_porcent_gravamen') }} @endif
@if ($errors->has('tax_porcent_select')) {{ $errors->first('tax_porcent_select') }} @endif
@if ($errors->has('tax_porcent_itbis')) {{ $errors->first('tax_porcent_itbis') }} @endif
@if ($errors->has('vuse_name')) {{ $errors->first('vuse_name') }} @endif
@if ($errors->has('vuse_value')) {{ $errors->first('vuse_value') }} @endif
Volver atras
@endsection