@extends('user.layouts.index') @section('content')
Detail Seller
Nama {{ $seller->name }}
No. Handphone {{ $seller->phone }}
Email {{ $seller->email }}
Status @if($seller->status == 0) Unpublish @elseif($seller->status == 1) Publish @endif
@endsection @section('js') @endsection