@extends('layout.store_layout.master') @section('custom_css') @endsection @section('content')

@lang('general.delegate_profile')

@include('pages.store_admin.delegates.sections._tabs',['itemId'=>$delegate->getKey()])
@include('pages.store_admin.delegates.sections.overview')
@include('pages.store_admin.delegates.sections.orders')
@endsection @section('custom_js') @endsection