@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Inserisci un cliente

@stop @section('content')
@csrf
Ragione Sociale Partita I.V.A.
Indirizzo Provincia
Comune C.A.P.
Telefono Email
Note @if(Auth::user()->roles[0]->id==1) Seleziona venditore @endif @if(Auth::user()->roles[0]->id==1) @else
@stop @section('css') @stop @section('js') @stop