@extends('merchant.layout')
@section('title',__('Edit merchant'))
@section('css')
@endsection
@section('breadcrump')
{{ __('Edit merchant') }}
- {{__('Home')}}
- {{__('Merchants')}}
- {{__('Edit merchant')}}
@endsection
@section('content')
@endsection
@section('scripts')
@include('merchant.pages.merchants.scripts')
@endsection