@extends('layouts.master_app') @section('title') Agregar piel @endsection @section('css') @endsection @section('content')
Piel
@include('partials.errors') @csrf
@endsection @section('js') @endsection