@extends('layouts.adminlayouts.app') @section('title') Sellers | Company Name @endsection @push('css') @endpush @section('contents')
{{ __(ucfirst($status)) }} {{ __('Sellers') }}
{{--
--}}
{{--
--}}
@include('admin.seller.sellersAll')
@endsection @push('js') @endpush