@extends('adminlte::page')
@section('title', 'Listado de cocinas - Insertbog')
@section('content_header')
@stop
@section('content')
@foreach ($cocinas as $cocina)
@endforeach
@stop
@section('css')
@stop
@section('js')
@if(session('delete') == 'ok')
@endif
@stop