@extends('layouts.admin') @section('title','información del proveedor') @section('styles') @endsection @section('create') @endsection @section('options') @endsection @section('preference') @endsection @section('content')

{{$provider->name}}

Información de proveedor

Nombre

{{$provider->name}}


Numero de RUC

{{$provider->ruc_number}}


Teléfono

{{$provider->phone}}


Correo

{{$provider->email}}


Dirección

{{$provider->address}}


@endsection @section('scripts') {!! Html::script('melody/js/profile-demo.js') !!} {!! Html::script('melody/js/data-table.js') !!} @endsection