@php use App\Models\Seller; use Illuminate\Support\Facades\Session; use Illuminate\Support\Str; use Illuminate\Support\Carbon; use App\Models\Shop; $shop= Shop::where(['seller_id'=>auth('seller')->id()])->first(); $vendor= Seller::find(auth('seller')->id()); @endphp @php($direction = Session::get('direction'))