@extends('admin.layout.app') @section('style') @endsection @section('content')

{{ $user->name }} @if ($user->vip==1) @else {{-- --}} @endif

@endsection @section('script') @endsection