@extends('web.layouts.layout') @section('css') @endsection @section('container_content')
@csrf()
@include('web.layouts.partial')

{{__('merchants.reset_password')}}

@endsection @section('inner_js') @endsection