@extends('seller.layout.index') {{-- =========== meta Title =================== --}} @section('title') افزودن فروشنده @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
@endsection