@extends('templates.default')
@section('css')
@endsection
@section('nav')
Home
Bodegas
Consultar
@endsection
@section('content')
Estado:
{{ $bodega->getEstadoDisplay() }}
Código:
{{ $bodega->codigo }}
Nombre:
{{ $bodega->nombre }}
Dirección:
{{ $bodega->direccion }}
Teléfono:
{{ $bodega->telefono }}
Email:
{{ $bodega->email }}
@endsection
@section('js-footer')
@endsection