@extends('layouts.master')
@section('styles')
@endsection
@section('title')
@lang('Change process list')
@endsection
@section('buttons')
@if(checkAccess('change_seller_create'))
@lang('Add Change Process')
@endif
@endsection
@section('breadcrumbs')
@component('components.breadcrumb')
@slot('title') @lang('Change process list') @endslot
@endcomponent
@endsection
@section('content')
@endsection
@section('scripts')
@endsection