@extends('layouts.manage')
@section('title')
@lang('Edit Vendor')
@endsection
@section('page-header-title')
@lang('Edit Vendor') @lang('View Vendors')
@endsection
@section('page-header-description')
@lang('Edit Vendor') @lang('Go Back')
@endsection
@section('styles')
@include('partials.phone_style')
@endsection
@section('scripts')
@include('includes.tinymce')
@if(config('settings.toast_notifications_enable'))
@endif
@include('partials.phone_script')
@endsection
@section('content')
@include('partials.manage.vendors.edit')
@endsection