@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
Service Provider

Service Provider List

{{-- Add New Seller --}}
@if(Session::has('message')) @endif {{-- --}} @foreach ($seller as $sell) {{-- --}} @endforeach
S.No Service Provider Name StatusService StatusAction
{{ $loop->index+1 }} {{ $sell->full_name }} @if ($sell->status == 0) @endif @if ($sell->status == 1) @endif View {{-- --}}
@endsection @section('scripts') @endsection