@extends('layouts.seller.app') @section('title', __('labels.profile')) @section('header_data') @php $page_title = __('labels.profile'); $page_pretitle = __('labels.manage_your_profile'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('seller.dashboard')], ['title' => __('labels.profile'), 'url' => null], ]; @endphp @section('seller-content')