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