@extends('merchant.layout') @section('title',__('Create merchant')) @section('css') @endsection @section('breadcrump')

{{ __('Create merchant') }}

@endsection @section('content')

{{ __('Create merchant') }}

@csrf @include('merchant.pages.merchants._form')
@endsection @section('scripts') @include('merchant.pages.merchants.scripts') @endsection